From b42bbbdd1a36b102b41be4a6d99fbc989b99c834 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 28 Sep 2021 08:37:01 -0700 Subject: [PATCH] Fix broken language in syntaxes README Co-authored-by: Eldred Habert --- src/theme/syntaxes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/syntaxes/README.md b/src/theme/syntaxes/README.md index 9f5175f5..e4e57bd3 100644 --- a/src/theme/syntaxes/README.md +++ b/src/theme/syntaxes/README.md @@ -8,5 +8,5 @@ TOML.sublime-syntax is from https://github.com/jasonwilliams/sublime_toml_highli This folder is not copied over to the book directory when using `mdbook init`, nor is it indexed at runtime. All of the files in this folder are scraped by build.rs. -To make build.rs run again without running `cargo clean`, touch the run `touch build.rs`. +To make build.rs run again without running `cargo clean`, touch the file: `touch build.rs`.