diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/4.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |