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.
2 parents 21d705e + c1df37b commit 94387c7Copy full SHA for 94387c7
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