aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/style.md
diff options
context:
space:
mode:
authorKevaundray Wedderburn <[email protected]>2021-01-06 20:15:48 +0000
committerKevaundray Wedderburn <[email protected]>2021-01-07 12:09:23 +0000
commit72b9a4fbd3c12f3250b9157a1d44230e04ec8b22 (patch)
treec138363e3592c690d841aeedb9ac97d6b2ff4396 /docs/dev/style.md
parent171c3c08fe245938fb25321394233de5fe2abc7c (diff)
Change <|> to $0 - Rebase
Diffstat (limited to 'docs/dev/style.md')
-rw-r--r--docs/dev/style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md
index 58b309379..d91a9108e 100644
--- a/docs/dev/style.md
+++ b/docs/dev/style.md
@@ -111,7 +111,7 @@ When using multiline fixtures, use unindented raw string literals:
111 r#" 111 r#"
112struct S { foo: i32} 112struct S { foo: i32}
113fn main() { 113fn main() {
114 let <|>foo = 92; 114 let $0foo = 92;
115 S { foo } 115 S { foo }
116} 116}
117"#, 117"#,