We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29f0872 + 4fb6e5d commit 572bfa0Copy full SHA for 572bfa0
TSPL.docc/LanguageGuide/Concurrency.md
@@ -1113,7 +1113,7 @@ while unit conversion is in progress.
1113
In addition to writing code in an actor
1114
that protects temporary invalid state by omitting potential suspension points,
1115
you can move that code into a synchronous method.
1116
-The `convertFarenheitToCelsius()` method above is method,
+The `convertFarenheitToCelsius()` method above is a synchronous method,
1117
so it's guaranteed to *never* contain potential suspension points.
1118
This function encapsulates the code
1119
that temporarily makes the data model inconsistent,
0 commit comments