diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-23 14:48:54 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-11-09 01:29:01 +0100 |
commit | b5728ace5d5250a6d52df05802c9fc325153dc2c (patch) | |
tree | 37ff13717b15a1fd4ea68c87663ad41829709be8 /doc | |
parent | be8744f937150c65ffa5d98ffdc74c502dbcdd5e (diff) |
add articles
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/architecture/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/architecture/architecture.md b/doc/manual/src/architecture/architecture.md index 24150fc2b..972ff2d58 100644 --- a/doc/manual/src/architecture/architecture.md +++ b/doc/manual/src/architecture/architecture.md @@ -36,7 +36,7 @@ It is used to compose expressions which ultimately evaluate to self-contained *b [purely functional]: https://en.m.wikipedia.org/wiki/Purely_functional_programming -Command line interface and Nix language are what users interact with most. +The command line interface and the Nix language are what users interact with most. > **Note** > The Nix language itself does not have a notion of *packages* or *configurations*. |