diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 12:45:38 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 15:39:38 +0100 |
commit | 00b0ee7558f71e4a9c82957e58a93b8637e9fa77 (patch) | |
tree | b38fec1153fe05cc29ff9732e7abb82cfd5f4035 /doc/concepts/cache-pragma.org | |
parent | 3a85910c824a2c76eb2d6dc3014cd9181118c803 (diff) | |
download | justbuild-00b0ee7558f71e4a9c82957e58a93b8637e9fa77.tar.gz |
docs: Fix typos in general documentation
Diffstat (limited to 'doc/concepts/cache-pragma.org')
-rw-r--r-- | doc/concepts/cache-pragma.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/cache-pragma.org b/doc/concepts/cache-pragma.org index 3d445257..11953702 100644 --- a/doc/concepts/cache-pragma.org +++ b/doc/concepts/cache-pragma.org @@ -49,7 +49,7 @@ To make everybody aware of their special nature, they are clearly marked as such: tainted targets not generated by a tainted rule (e.g., a test rule) have to explicitly state their taintedness in their attributes. This declaration also gives a natural way to mark targets -that are techincally pure, but still should be used only in test, +that are technically pure, but still should be used only in test, e.g., a mock version of a larger library. Besides being for tests only, there might be other reasons why a @@ -79,7 +79,7 @@ report the set of strings the target is tainted with. *** ~"may_fail"~ and ~"no_cache"~ properties of ~"ACTION"~ -The ~"ACTION"~ function in the definining expression of a rule +The ~"ACTION"~ function in the defining expression of a rule have two additional (besides inputs, etc) parameters ~"may_fail"~ and ~"no_cache"~. Those are not evaluated and have to be lists of strings (with empty assumed if the respective parameter is not |