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

Commit 262da2e

Browse files
author
livecodeali
committed
Uppercase first letter of some type names
1 parent 154366e commit 262da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specs/livecode_builder_language_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The remaining types are as follows:
194194
- **nothing**: a single value *nothing* (this is used to describe handlers with no return value - i.e. void)
195195
- **Pointer**: a low-level pointer (this is used with foreign code interconnect and shouldn't be generally used).
196196

197-
> **Note:** *integer* and *real* are currently the same as *number*.
197+
> **Note:** *Integer* and *Real* are currently the same as *Number*.
198198
199199
> **Note:** In a subsequent update you will be able to specify lists and arrays of fixed types. For example, *List of String*.
200200

0 commit comments

Comments
 (0)