Merge pull request #28784 from TAYTS/patch-2

Update range.html.md
revert-29088-minify_jsonencode
Laura Pacilio 5 years ago committed by GitHub
commit 5863af448f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ The sequence-building algorithm follows the following pseudocode:
```
let num = start
while num < limit: (or, for negative step, num >= limit)
while num < limit: (or, for negative step, num > limit)
append num to the sequence
num = num + step
return the sequence

Loading…
Cancel
Save