Skip to content

Commit 0ba67cf

Browse files
authored
fix link parentheses
1 parent 18770a5 commit 0ba67cf

File tree

1 file changed

+1
-1
lines changed
  • lang-guide/chapters/types/basic_types

1 file changed

+1
-1
lines changed

lang-guide/chapters/types/basic_types/float.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| **_Annotation:_** | `float` |
77
| **_Literal syntax:_** | A decimal numeric value including a decimal place. E.g., `1.5`, `2.0`, `-15.333` |
88
| **_Casts:_** | [`into float`](/commands/docs/into_float.md) |
9-
| **_See also:_** | [Types of Data - Floats](/book/types_of_data.md#floatsdecimals |
9+
| **_See also:_** | [Types of Data - Floats](/book/types_of_data.md#floatsdecimals) |
1010

1111
## Additional language notes
1212

0 commit comments

Comments
 (0)