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 8ab6bd6 commit b896982Copy full SHA for b896982
src/fable/Fable.Compiler/FSharp2Fable.fs
@@ -265,7 +265,7 @@ and private transformExprWithRole (role: Role) (com: IFableCompiler) ctx fsExpr
265
else
266
if ctx.functionBody = DelegateFunctionBody
267
then Fable.Value Fable.This
268
- else err "`this` is alreay bound in the current context, please wrap `jsThis` in a delegate"
+ else err "`this` is already bound in the current context, please wrap `jsThis` in a delegate"
269
270
(** ## Erased *)
271
| BasicPatterns.Coerce(_targetType, Transform com ctx inpExpr) -> inpExpr
0 commit comments