summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ExtractToFStar.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExtractToFStar.ml b/src/ExtractToFStar.ml
index 059a7f2e..5e33566f 100644
--- a/src/ExtractToFStar.ml
+++ b/src/ExtractToFStar.ml
@@ -1546,7 +1546,7 @@ let extract_global_decl_body (ctx : extraction_ctx) (fmt : F.formatter)
This has similarity with the function extraction above (without parameters).
However, generate its body separately from its declaration to extract the result value.
- For example,
+ For example in Rust,
`static X: u32 = 3;`
will be translated to