Commit 04007ca0 by Daniel Dahan

pr-1113: parameter format fix for PR 1113.

parent 80f1214f
...@@ -191,7 +191,7 @@ public struct Grid { ...@@ -191,7 +191,7 @@ public struct Grid {
/** /**
Update grid in a deferred block. Update grid in a deferred block.
- Parameter block: An update code block. - Parameter _ block: An update code block.
*/ */
public mutating func update(_ block: (Grid) -> Void) { public mutating func update(_ block: (Grid) -> Void) {
begin() begin()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment