mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +00:00
Removed an extra character that slipped into a comment.
This commit is contained in:
@@ -2522,7 +2522,7 @@ Result:
|
||||
|
||||
**Operation**:
|
||||
|
||||
> for i in 0 ..< N {
|
||||
for i in 0 ..< N {
|
||||
res[i] = i
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user