Commit 590c4359 authored by Geoff Simmons's avatar Geoff Simmons

Fix the return type for .check() in the SYNOPSIS.

parent 00c5a001
...@@ -31,7 +31,7 @@ SYNOPSIS ...@@ -31,7 +31,7 @@ SYNOPSIS
STRING <obj>.get() STRING <obj>.get()
VOID <obj>.synth() VOID <obj>.synth()
BLOB <obj>.blob() BLOB <obj>.blob()
STRING <obj>.check() VOID <obj>.check()
# File metadata # File metadata
BYTES <obj>.size() BYTES <obj>.size()
......
...@@ -27,7 +27,7 @@ SYNOPSIS ...@@ -27,7 +27,7 @@ SYNOPSIS
STRING <obj>.get() STRING <obj>.get()
VOID <obj>.synth() VOID <obj>.synth()
BLOB <obj>.blob() BLOB <obj>.blob()
STRING <obj>.check() VOID <obj>.check()
# File metadata # File metadata
BYTES <obj>.size() BYTES <obj>.size()
......
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