Skip to content

Commit

Permalink
Fix a formatting issue with the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Oct 3, 2023
1 parent 687fa67 commit 75e63a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ the [readme](../README.md).
implements conversions between the various error types, and mechanisms for locating errors in
bytecode.
- `inference`: This contains the [type checker](../src/tc/mod.rs), as well as the
- [type language](../src/tc/expression.rs) used by the library. It also contains the
- [lifting passes](../src/tc/lift/mod.rs) and the [inference rules](../src/tc/rule/mod.rs) used by
- the inference process, and the implementation of the [unifier](../src/tc/unification.rs).
[type language](../src/tc/expression.rs) used by the library. It also contains the
[lifting passes](../src/tc/lift/mod.rs) and the [inference rules](../src/tc/rule/mod.rs) used by
the inference process, and the implementation of the [unifier](../src/tc/unification.rs).
- `opcode`: This contains the [opcode definition](../src/opcode/mod.rs), and the implementations of
each individual EVM opcode and their symbolic semantics.
- `vm`: This contains the implementation of the symbolic [virtual machine](../src/vm/mod.rs) and
Expand Down

0 comments on commit 75e63a1

Please sign in to comment.