Skip to content

Commit 572bfa0

Browse files
authored
Fix typo in description of convertFarenheitToCelsius() (#222)
This typo came from ac5ce6a.
2 parents 29f0872 + 4fb6e5d commit 572bfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/Concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ while unit conversion is in progress.
11131113
In addition to writing code in an actor
11141114
that protects temporary invalid state by omitting potential suspension points,
11151115
you can move that code into a synchronous method.
1116-
The `convertFarenheitToCelsius()` method above is method,
1116+
The `convertFarenheitToCelsius()` method above is a synchronous method,
11171117
so it's guaranteed to *never* contain potential suspension points.
11181118
This function encapsulates the code
11191119
that temporarily makes the data model inconsistent,

0 commit comments

Comments
 (0)