Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Jan 11, 2025
1 parent c2b83ec commit 25b2f8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/3.version.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ That is what we change and why we change it.
- No overlap in junction to avoid deadlock following CBLab's design.
- Can output files with widely-used data format for visualization (visualization is the first for the user to understand the simulation). We choose AVRO as the output format.
- AOI is just as a marker of the starting/ending point of vehicles/pedestrians, no other functions for more clear code.
- clear code structure and documentation written in English.
- Clear code structure and documentation written in English.
4 changes: 2 additions & 2 deletions scripts/pre-commit
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#!/bin/bash

set -e

echo "Running pre-commit hook"

set -x

make html
LC_ALL=C.UTF-8 make html

git add docs

0 comments on commit 25b2f8d

Please sign in to comment.