diff options
author | cos <cos> | 2024-07-28 08:32:33 +0200 |
---|---|---|
committer | cos <cos> | 2024-07-28 09:08:58 +0200 |
commit | b1d0b31740b7260f0bb01c36aa214cc3e32b7987 (patch) | |
tree | 61eb06c6aa1a5add9340174323966836336289fe | |
parent | 4ebe158c1947f8e4ba0d05dbe5c9ad9d7ee323bf (diff) | |
download | luasystem-b1d0b31740b7260f0bb01c36aa214cc3e32b7987.zip |
Minor grammar doc changefix/freebsd-v0.4.2
-rw-r--r-- | doc_topics/02-development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_topics/02-development.md b/doc_topics/02-development.md index 8925b83..c145c79 100644 --- a/doc_topics/02-development.md +++ b/doc_topics/02-development.md @@ -8,5 +8,5 @@ The tests concerned are all labelled with `#manual`. And in CI they will be skipped because `--exclude-tags=manual` is being passed to the `busted` command line. -Hence if tests like this are being added, then please ensure the tests +Hence if tests like these are being added, then please ensure the tests pass locally, and do not rely on CI only. |