Skip to content

Commit

Permalink
chore(*): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Mar 24, 2024
1 parent c296d69 commit 3d94663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/Compiling-from-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Once the compilation is done, you can find your compressed release *(zip)* in th

You can help use to improve pvsneslib but you need to make all changes on `develop``.

Don't forget to be on this branch before requestin a Pull Request !
**Don't forget to be on this branch before requesting a Pull Request !**

```bash
git checkout develop
Expand Down
2 changes: 1 addition & 1 deletion wiki/Compiling-helloworld-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Go to snes-examples/hello_world to have the famous Hello World example.

# Tips to help you with coding

In this example, all the souce code are in the **src** directory. It consists of only one file **hello_world.c**.
In this example, all the source code are in the **src** directory. It consists of only one file **hello_world.c**.

You can change this behavior by adding a SRC variable in the makefile.

Expand Down

0 comments on commit 3d94663

Please sign in to comment.