Skip to content

Commit 14ba745

Browse files
Fix some more typos in Configuration.md
1 parent cc2f07a commit 14ba745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ switch someValue {
186186
### `noAssignmentInExpressions`
187187
**type:** object
188188

189-
**description:** Assignment expressions must be their own statements. Assignment should not be used in an expression context that expects a `Void` value. For example, assigning a variable within a `return` statement existing a `Void` function is prohibited.
189+
**description:** Assignment expressions must be their own statements. Assignment should not be used in an expression context that expects a `Void` value. For example, assigning a variable within a `return` statement exiting a `Void` function is prohibited.
190190

191191
- `allowedFunctions` _(strings array)_: A list of function names where assignments are allowed to be embedded in expressions that are passed as parameters to that function.
192192

@@ -221,7 +221,7 @@ a hard line break
221221
will be formatted as:
222222
```swift
223223
"""
224-
an esacpe\
224+
an escape\
225225
line break
226226
a hard \
227227
line break

0 commit comments

Comments
 (0)