summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-12-23 03:33:56 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-12-23 03:33:56 -0500
commit3b0ad0c84111be433de39b8a74c03db7e99cb686 (patch)
treeb7f7149953d1523a5824b0c04e4d31591e2bc0bd /spec
parent2ec32dac56b544bc4851a3efddf75ee5fd9314ed (diff)
Add initial value functions
Diffstat (limited to 'spec')
-rw-r--r--spec/4.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/4.md b/spec/4.md
index db30c2a..6e81a8a 100644
--- a/spec/4.md
+++ b/spec/4.md
@@ -42,7 +42,7 @@ In the parameters, the first relates to the type of the struct given, or at leas
`tnsl.box._vect` *must* be a raw struct which vector or simd instructions can be preformed on.
-`tnsl.box._string` *must* be a raw struct which stores a string of text. This text may be ASCII or Unicode, and should be stored as `charp` values internally.
+`tnsl.box._string` *must* be a raw struct which stores a string of text. This text may be ASCII or Unicode, and should be stored as `uint8` values internally.
## Section 3 - Cross calling C