From 3b0ad0c84111be433de39b8a74c03db7e99cb686 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 23 Dec 2022 03:33:56 -0500 Subject: Add initial value functions --- spec/4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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 -- cgit v1.2.3