From 49f7707c6946fb55d4d47f4cf5f5c565ef124024 Mon Sep 17 00:00:00 2001 From: waffle Date: Sun, 5 Jan 2025 18:33:53 +0100 Subject: [PATCH] fix typo in a "rule" name in type-coercions.md --- src/type-coercions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type-coercions.md b/src/type-coercions.md index 26e27eb1d..53a926d8d 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -7,7 +7,7 @@ r[coerce.intro] They happen automatically at specific locations and are highly restricted in what types actually coerce. -r[cerce.as] +r[coerce.as] Any conversions allowed by coercion can also be explicitly performed by the [type cast operator], `as`.