Skip to content

Commit 5d6bc4b

Browse files
authored
Merge pull request #1606 from anc95/fix-getstarted-demo-print
fix(get-started): demo print '<' and '>' instead of '|'
2 parents 3463872 + b934524 commit 5d6bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/learn/get-started.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fn main() {
101101
{{/fluentparam}}
102102
{{#fluentparam "output"}}
103103
<pre><code class="plaintext">----------------------------
104-
| Hello fellow Rustaceans! |
104+
< Hello fellow Rustaceans! >
105105
----------------------------
106106
\
107107
\

0 commit comments

Comments
 (0)