Skip to content

Commit abfa829

Browse files
committed
Update const.md
Further fixing const
1 parent a80ce70 commit abfa829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/const.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CONST <varname> [AS <type>] = <value>
1313
**CONST** declares a non-modifable variable.
1414

1515
`<type>` can be something like `Integer`, `Byte`, `Float`, etc.
16-
See the list of [available types](types.md#types). If type is not specified,
16+
See the list of [available types](types.md). If type is not specified,
1717
`Float` will be used, unless you use a modifier like `$` or `%`.
1818

1919
## Examples

0 commit comments

Comments
 (0)