Commit 0e1b942b authored by Paul Chaignon's avatar Paul Chaignon Committed by 4ast

Fix argument type for increment() in documentation (#794)

parent a11611c3
...@@ -509,7 +509,7 @@ Examples in situ: ...@@ -509,7 +509,7 @@ Examples in situ:
### 10. map.increment() ### 10. map.increment()
Syntax: ```map.increment(&key)``` Syntax: ```map.increment(key)```
Increments the key's value by one. Used for histograms. Increments the key's value by one. Used for histograms.
......
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