File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The coding style is inspired by the [Google C++ Style Guide](https://google.gith
3737
3838### Namespaces
3939
40- - Each class ùust be in the ` tdl ` namespace.
40+ - Each class must be in the ` tdl ` namespace.
4141- The namespace must be in lowercase. (e.g. ` namespace tdl ` ).
4242- Do not use any ` using namespace ` statement in header or source files.
4343
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The instructions describe the main tdl repository `but it works the same way for
3939
4040### Commit message format
4141
42- The commit messages format is inspired from [ Angular commit message convention] ( https://gist.github.com/brianclements/841ea7bffdb01346392c )
42+ The commit messages format is inspired from [ Angular commit message convention] ( https://www.conventionalcommits.org/en/v1.0.0-beta.4/ )
4343
4444When commiting changes, the following structure should be used in the title and associated description of said commit:
4545
You can’t perform that action at this time.
0 commit comments