diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-15 11:15:03 +0200 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-15 11:15:03 +0200 |
commit | 71e9c2869429bb711bf728f4a7acd14f5c2e1eeb (patch) | |
tree | 23f9329811330b9e8868bfe4ade6ee3cbcdce397 /doc | |
parent | bc315326fa70876444cc7bc791a02e619f46304e (diff) |
reword introduction to overview
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/language/index.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/manual/src/language/index.md b/doc/manual/src/language/index.md index cc71c3143..cea17bedc 100644 --- a/doc/manual/src/language/index.md +++ b/doc/manual/src/language/index.md @@ -11,13 +11,9 @@ packages, compositions of packages, and the variability within packages. This section presents the various features of the language. -# Syntax Summary +# Overview -Below is a summary of the most important syntactic constructs in the Nix -expression language. It's not complete. In particular, there are many -other built-in functions. See the [Nix -manual](https://nixos.org/nix/manual/#chap-writing-nix-expressions) for -the rest. +This is an incomplete overview of language features, by example. <table> <tr> |