From ccaef34d613b3cc44c68d5b79d142baa4f38cf74 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Sun, 3 Nov 2024 23:30:29 +0300 Subject: [PATCH] update interop.md --- docs/interop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interop.md b/docs/interop.md index d1be78e..a9e3bed 100644 --- a/docs/interop.md +++ b/docs/interop.md @@ -10,6 +10,6 @@ for that certain considerations are taken: * when mutation on input is done, - it shouldn't be achieved from a mutable pointer, but the return value * return value could be a simple aggregate that is translatable to pure data dictionary * module prefix is used for namespacing, actual symbols come after the prefix (`_`) -* symbols should not contain letters at the start nor after the namespace prefix +* symbols should not contain numerics at the start nor after the namespace prefix * 32 bit floating point is the only numeric type * [/include/twn_api.json](../include/twn_api.json) file is hand-kept with a schema to aid automatic binding generation and tooling