Capitalises 'cartesian'

This commit is contained in:
Marko Dimjašević 2019-01-24 09:12:29 +01:00 committed by Wen Kokke
parent 0460f4c415
commit aa1a49d336
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ Thus, `m ≤ n × n ≤ p` parses as `(m ≤ n) × (n ≤ p)` and
Given two types `A` and `B`, we refer to `A x B` as the
*product* of `A` and `B`. In set theory, it is also sometimes
called the *cartesian product*, and in computing it corresponds
called the *Cartesian product*, and in computing it corresponds
to a *record* type. Among other reasons for
calling it the product, note that if type `A` has `m`
distinct members, and type `B` has `n` distinct members,

View file

@ -133,7 +133,7 @@ Thus, `m ≤ n × n ≤ p` parses as `(m ≤ n) × (n ≤ p)`.
Given two types `A` and `B`, we refer to `A x B` as the
_product_ of `A` and `B`. In set theory, it is also sometimes
called the _cartesian product_, and in computing it corresponds
called the _Cartesian product_, and in computing it corresponds
to a _record_ type. Among other reasons for
calling it the product, note that if type `A` has `m`
distinct members, and type `B` has `n` distinct members,