summary refs log tree commit diff
path: root/doc/languages-frameworks/coq.section.md
diff options
context:
space:
mode:
authorLuc Chabassier <luc@dwarfmaster.net>2022-07-13 17:42:46 +0200
committerGitHub <noreply@github.com>2022-07-13 17:42:46 +0200
commit65f330a83dc90d7960fcd7c1ab32904aabfcc2e4 (patch)
treeeabe382d7677975518fcc0e2ef29f247dc186135 /doc/languages-frameworks/coq.section.md
parent3d1205de9120ea72392b28d89fc5d0ec9ba04e7e (diff)
downloadnixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.tar
nixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.tar.gz
nixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.tar.bz2
nixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.tar.lz
nixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.tar.xz
nixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.tar.zst
nixpkgs-65f330a83dc90d7960fcd7c1ab32904aabfcc2e4.zip
Update doc/languages-frameworks/coq.section.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc/languages-frameworks/coq.section.md')
-rw-r--r--doc/languages-frameworks/coq.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/coq.section.md b/doc/languages-frameworks/coq.section.md
index 4d9dc3552bb..901332a7d34 100644
--- a/doc/languages-frameworks/coq.section.md
+++ b/doc/languages-frameworks/coq.section.md
@@ -8,7 +8,7 @@ The Coq derivation is overridable through the `coq.override overrides`, where ov
 * `customOCamlPackages` (optional, defaults to `null`, which lets Coq choose a version automatically), which can be set to any of the ocaml packages attribute of `ocaml-ng` (such as `ocaml-ng.ocamlPackages_4_10` which is the default for Coq 8.11 for example).
 * `coq-version` (optional, defaults to the short version e.g. "8.10"), is a version number of the form "x.y" that indicates which Coq's version build behavior to mimic when using a source which is not a release. E.g. `coq.override { version = "d370a9d1328a4e1cdb9d02ee032f605a9d94ec7a"; coq-version = "8.10"; }`.
 
-The associated package set can be optained using `mkCoqPackages coq`, where `coq` is the `coq` derivation to use.
+The associated package set can be optained using `mkCoqPackages coq`, where `coq` is the derivation to use.
 
 ## Coq packages attribute sets: `coqPackages` {#coq-packages-attribute-sets-coqpackages}