Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuyuki83 committed May 7, 2024
1 parent 0bcb138 commit ed6ff65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TA: Kenji Tojo

## Time

Monday 2rd period, 10:25am - 12:10pm
Monday 2nd period, 10:25am - 12:10pm


## Course Description
Expand Down
2 changes: 1 addition & 1 deletion task03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Now you are ready to go!
Compile the code with **out-of-source build** by making a new directory for build task02/build and compile inside that directory

``` bash
$ cd task03 # you are in "acg-<username>/task02" directory
$ cd task03 # you are in "acg-<username>/task03" directory
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release .. # configure Release mode for fast execution
Expand Down

0 comments on commit ed6ff65

Please sign in to comment.