From 9c47cb4998ea959a75c3dc30c52cb3853c09d11c Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 16:09:50 -0800 Subject: [PATCH] Update Primitive Data Types --- Primitive-Data-Types.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Primitive-Data-Types.md b/Primitive-Data-Types.md index ea5e858..60b0a0a 100644 --- a/Primitive-Data-Types.md +++ b/Primitive-Data-Types.md @@ -16,7 +16,6 @@ | SInt_32 | 32-Bit Signed Integer | | SInt_16 | 16-Bit Signed Integer | | SInt_8 | 8-Bit Signed Integer | - | Floating Point Primitives | Description | | --- | --- | | float | A 32-Bit single precision floating point number |