Commit a31e2c44 authored by Geoff Simmons's avatar Geoff Simmons

Doc fix.

parent e7c6f9c6
Pipeline #224 skipped
......@@ -30,7 +30,7 @@ import blob [from "path"] ;
BOOL blob.equal(BLOB, BLOB)
INT blob.length(BLOB)
INT blob.integer(BLOB [, ENUM padding])
BLOB subblob(BLOB, BYTES length [, BYTES offset])
BLOB blob.subblob(BLOB, BYTES length [, BYTES offset])
STRING blob.version()
DESCRIPTION
......
......@@ -15,7 +15,7 @@ $Module blob 3 basic operations for the VCL blob type
BOOL blob.equal(BLOB, BLOB)
INT blob.length(BLOB)
INT blob.integer(BLOB [, ENUM padding])
BLOB subblob(BLOB, BYTES length [, BYTES offset])
BLOB blob.subblob(BLOB, BYTES length [, BYTES offset])
STRING blob.version()
DESCRIPTION
......
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