Skip to content

Commit

Permalink
doc/ref/spec.md: fix hello world example in spec
Browse files Browse the repository at this point in the history
Fixes #1617

Signed-off-by: David Reaver <[email protected]>

Change-Id: Ifd1a1501b12fa016754b4bb23cb61df92ce7af97
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/535787
Reviewed-by: Marcel van Lohuizen <[email protected]>
Unity-Result: CUEcueckoo <[email protected]>
  • Loading branch information
jdreaver authored and mpvl committed Apr 5, 2022
1 parent 83a1700 commit 2eb7d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ref/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2872,9 +2872,9 @@ SourceFile = { attribute "," } [ PackageClause "," ] { ImportDecl "," } { Declar
```

```
"Hello \(place)!"
"Hello \(#place)!"
place: "world"
#place: "world"
// Outputs "Hello world!"
```
Expand Down

0 comments on commit 2eb7d1e

Please sign in to comment.