Skip to content

Commit 81c31f9

Browse files
committed
Fixed typo - arcguments
1 parent 08d113f commit 81c31f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Set obj = ##class(Person).%New(initexpresion)
6565
Write 1, 2, 3
6666
Do ..Method(arg1, arg2, argN)
6767
```
68-
For obvious reasons this recommendation not applies to arcguments in `$$$macro`-call, where such extra spaces will break final result.
68+
For obvious reasons this recommendation not applies to arguments in `$$$macro`-call, where such extra spaces will break final result.
6969
* For better readability please insert spaces around assignment. You may align several neighbour assignments according to your tastes, i.e.
7070
```
7171
#dim index As %Integer = 0

0 commit comments

Comments
 (0)