Merge pull request #243 from Spekular/patch-1
Spelling fix in CONTRIBUTING.md
This commit is contained in:
commit
65827bdba9
|
@ -41,7 +41,7 @@ The recommended application for capturing the icon, boxart, and screenshots is [
|
||||||
Title IDs can be found near the top of a log when running a game. For example, this is what it looks like for The Legend of Zelda: Ocarina of Time, 0004000000033500: `[ 0.019882] Loader <Info> core/loader/ncch.cpp:Load:340: Program ID: 0004000000033500`.
|
Title IDs can be found near the top of a log when running a game. For example, this is what it looks like for The Legend of Zelda: Ocarina of Time, 0004000000033500: `[ 0.019882] Loader <Info> core/loader/ncch.cpp:Load:340: Program ID: 0004000000033500`.
|
||||||
|
|
||||||
### TOML
|
### TOML
|
||||||
In this repo, DAT files follow the [TOML](https://github.com/toml-lang/toml) syntax, where each line consists of the creation of a peice of data. The simplest form of this is assigning a value to a key (`<Key> = <Value>`). The data types used for these `Value`s in this wiki are:
|
In this repo, DAT files follow the [TOML](https://github.com/toml-lang/toml) syntax, where each line consists of the creation of a piece of data. The simplest form of this is assigning a value to a key (`<Key> = <Value>`). The data types used for these `Value`s in this wiki are:
|
||||||
- Booleans, true or false (Example: `true`.)
|
- Booleans, true or false (Example: `true`.)
|
||||||
- Integers, numbers (Example: `5`.)
|
- Integers, numbers (Example: `5`.)
|
||||||
- Strings, characters with surrounding quotes (Example: `"Hi!"`.)
|
- Strings, characters with surrounding quotes (Example: `"Hi!"`.)
|
||||||
|
|
Reference in New Issue