Skip to content

Commit

Permalink
small language fix
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Feb 13, 2024
1 parent df9e70e commit a9964ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/others/advanced-usage-of-colcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ It is recommended to use it to save your time unless you have a specific reason
echo "max_size = 60G" >> ~/.cache/ccache/ccache.conf
```
3. Write the following in your `.bashrc`:
3. Add the following in your `.bashrc`:
```bash
export CC="/usr/lib/ccache/gcc"
Expand Down

0 comments on commit a9964ae

Please sign in to comment.