summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
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