Skip to content

Commit da1ba2f

Browse files
authored
fix range explanation (nushell#1830)
1 parent 9cb233f commit da1ba2f

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/range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
Examples:
1616

17-
- Values from 1 to 10 inclusive:
17+
- Values from 1 to 5 inclusive:
1818

1919
```nu
2020
> 1..5

0 commit comments

Comments
 (0)