From 0709f06ff86e8262917945efc89a0ddc8ade2997 Mon Sep 17 00:00:00 2001 From: Spekular Date: Sun, 18 Feb 2018 15:41:17 +0100 Subject: [PATCH] peice -> piece --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38988f8..fc4ecfc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 core/loader/ncch.cpp:Load:340: Program ID: 0004000000033500`. ### 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 (` = `). 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 (` = `). The data types used for these `Value`s in this wiki are: - Booleans, true or false (Example: `true`.) - Integers, numbers (Example: `5`.) - Strings, characters with surrounding quotes (Example: `"Hi!"`.)