From d07c5a128a210bdca2eef8e75818a7b28e871fe9 Mon Sep 17 00:00:00 2001 From: yuntai Date: Sat, 9 Jun 2018 00:15:12 +0900 Subject: [PATCH] [Trivial] Typo fixed (#1150) --- doc/code_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code_structure.md b/doc/code_structure.md index 0ae291687..1ab26b2fc 100644 --- a/doc/code_structure.md +++ b/doc/code_structure.md @@ -20,7 +20,7 @@ After checking out grin, building and using, these are the folders you'll have: - config Code for handling configuration. - core - All core types: Hash, Block, Input, Output, and how to serialize them. Core mining algorith, and more. + All core types: Hash, Block, Input, Output, and how to serialize them. Core mining algorithm, and more. - doc All documentation. - servers