Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 43aa3e1

Browse files
Corrected incorrect grammar in lcb-type-naming.md
1 parent 5de7bae commit 43aa3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/lcb-type-naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ platform prefix.
4141
* `UInt<BITS>`: An unsigned integer represented using the specified
4242
number of bits (e.g. `UInt32`).
4343

44-
* `Int<BITS>`: An signed integer represented using the specified
44+
* `Int<BITS>`: A signed integer represented using the specified
4545
number of bits (e.g. `Int8`).
4646

4747
* `IntSize`, `UIntSize`: An (unsigned) integer representing a memory

0 commit comments

Comments
 (0)