We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d705e commit c1df37bCopy full SHA for c1df37b
Documentation/Index.md
@@ -1108,7 +1108,7 @@ extension NSData: Value {
1108
return Blob.declaredDatatype
1109
}
1110
class func fromDatatypeValue(blobValue: Blob) -> Self {
1111
- return self(bytes: blobValue.bytes, blob: blobValue.length)
+ return self(bytes: blobValue.bytes, length: blobValue.length)
1112
1113
var datatypeValue: Blob {
1114
return Blob(bytes: bytes, length: length)
0 commit comments