From b76576e162b7e4d788a56a28587f36d89febfd64 Mon Sep 17 00:00:00 2001 From: Benny Huo Date: Mon, 16 Sep 2024 17:30:33 +0800 Subject: [PATCH] Fix typo. --- docs/fir/k2_kmp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fir/k2_kmp.md b/docs/fir/k2_kmp.md index d3844cb5ee244..e3787b55cf690 100644 --- a/docs/fir/k2_kmp.md +++ b/docs/fir/k2_kmp.md @@ -369,7 +369,7 @@ There are several restrictions, because of which this order of actions is requir - Fake overrides can't be built before classes are actualized - Because we need to know what is real supertype. -- Callables can't be actulaized before fake overrides are built +- Callables can't be actualized before fake overrides are built - Some of them can match with fake override - Constants can't be evaluated before callables are actualized - As some expect function can become possible to evaluate