mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-30 18:41:45 +00:00
style usages part one (openarray => openArray) (#19321)
* style usages (openArray)
* revert doc changes
(cherry picked from commit 9df195ef58)
This commit is contained in:
@@ -44,7 +44,7 @@ block tarray:
|
||||
arr: TMyarray
|
||||
|
||||
|
||||
proc sum(a: openarray[int]): int =
|
||||
proc sum(a: openArray[int]): int =
|
||||
result = 0
|
||||
var i = 0
|
||||
while i < len(a):
|
||||
|
||||
Reference in New Issue
Block a user