Skip to content

Commit 99ddd0d

Browse files
tshepangmark-i-m
authored andcommitted
chalk: place brackets in usual positions
1 parent e2f6b45 commit 99ddd0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits/chalk-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
88
[Chalk][chalk] recasts Rust's trait system explicitly in terms of logic
99
programming by "lowering" Rust code into a kind of logic program we can then
10-
execute queries against. (See [*Lowering to Logic*][lowering-to-logic] and
11-
[*Lowering Rules*][lowering-rules]) Its goal is to be an executable, highly
10+
execute queries against (see [*Lowering to Logic*][lowering-to-logic] and
11+
[*Lowering Rules*][lowering-rules]). Its goal is to be an executable, highly
1212
readable specification of the Rust trait system.
1313

1414
There are many expected benefits from this work. It will consolidate our

0 commit comments

Comments
 (0)