From 2b1549358ff2012eb5623e0e00fc090d3a9e4a3d Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Mon, 4 Mar 2019 14:53:52 +0100 Subject: [PATCH] docs: Fix typo --- docs/lighthouse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lighthouse.md b/docs/lighthouse.md index 8ca2387f8..16da13b56 100644 --- a/docs/lighthouse.md +++ b/docs/lighthouse.md @@ -67,7 +67,7 @@ into individual crates wherever possible. Generally, tests can be kept in the same file, as is typical in Rust. Integration tests should be placed in the `tests` directory in the crate's -root. Particularity large (line-count) tests should be placed into a separate +root. Particularly large (line-count) tests should be placed into a separate file. A function is not considered complete until a test exists for it. We produce