From c93df7dc6d28d1136fc6870d29ec299ec84e9205 Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Tue, 22 Jun 2021 23:31:36 +0200 Subject: [PATCH] docs: correct literal string example (#42623) Change literal string example `pi` to `'pi'`. PR Close #42623 --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index fce4ec0735..4085751076 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -173,7 +173,7 @@ Define metadata objects with the following limited syntax: `pie is ${multiplier} times better than cake` Literal string - pi + 'pi' Literal number