Skip to content

Commit a1cebd0

Browse files
committed
Fix docstring
1 parent 34c6d86 commit a1cebd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Runtime/src/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ export class SwiftRuntime {
247247
}
248248

249249
// Note:
250-
// `decodeValues` assumes that the size of RawJSValue is 24
251-
// and the alignment of it is 8
250+
// `decodeValues` assumes that the size of RawJSValue is 12
252251
const decodeValues = (ptr: pointer, length: number) => {
253252
let result = []
254253
for (let index = 0; index < length; index++) {

0 commit comments

Comments
 (0)