From e1616d247c3fcfceed3849f548b5fb14d133c28c Mon Sep 17 00:00:00 2001 From: manojo Date: Fri, 6 Mar 2020 14:00:57 +0100 Subject: [PATCH] fix small typo --- docs/docs/reference/metaprogramming/staging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/metaprogramming/staging.md b/docs/docs/reference/metaprogramming/staging.md index f5a59f4f946a..7c62d0572202 100644 --- a/docs/docs/reference/metaprogramming/staging.md +++ b/docs/docs/reference/metaprogramming/staging.md @@ -4,7 +4,7 @@ title: "Multi-Stage Programming" --- The framework expresses at the same time compile-time meta-programming and -multi-staging programming. We can think of compile-time meta-programming as a +multi-stage programming. We can think of compile-time meta-programming as a two stage compilation process: one that we write the code in top-level splices, that will be used for code generation (macros) and one that will perform all necessecary evaluations at compile-time and an object program that we will run