mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
fix: typo
This commit is contained in:
parent
a0211e258c
commit
c12c07a3a7
|
@ -171,7 +171,7 @@ All kinds of help like answering questions, bug reporting, testing translation a
|
||||||
|
|
||||||
To start coding, the easiest way is load the `goldendict.pro` file to Qt Creator, make some changes then press the run button.
|
To start coding, the easiest way is load the `goldendict.pro` file to Qt Creator, make some changes then press the run button.
|
||||||
|
|
||||||
### the code guildline
|
### the code guideline
|
||||||
|
|
||||||
check the document [how to use clang-format](howto/how%20to%20use%20.clang-format%20to%20format%20the%20code.md)
|
check the document [how to use clang-format](howto/how%20to%20use%20.clang-format%20to%20format%20the%20code.md)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Goal
|
# Goal
|
||||||
|
|
||||||
|
|
||||||
the project has included a .clang-format as the code guildline.
|
the project has included a .clang-format as the code guideline.
|
||||||
|
|
||||||
# How to use this file
|
# How to use this file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue