mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 21:58:14 +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