Commit 24fab496 authored by Geoff Simmons's avatar Geoff Simmons

Minor change in the synopsis.

parent dd006dac
......@@ -25,7 +25,7 @@ SYNOPSIS
import file;
# File reader object
new <OBJ> = file.reader(STRING name [, STRING path] [, DURATION ttl])
new <obj> = file.reader(STRING name [, STRING path] [, DURATION ttl])
STRING <obj>.get()
VOID <obj>.synth()
BOOL <obj>.error()
......
......@@ -21,7 +21,7 @@ SYNOPSIS
import file;
# File reader object
new <OBJ> = file.reader(STRING name [, STRING path] [, DURATION ttl])
new <obj> = file.reader(STRING name [, STRING path] [, DURATION ttl])
STRING <obj>.get()
VOID <obj>.synth()
BOOL <obj>.error()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment