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.
1 parent 29f0872 commit 4fb6e5dCopy full SHA for 4fb6e5d
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