Merge pull request #195 from isislovecruft/fix/typo-in-curve-model-docs

Fix a typo in the curve model docs.
This commit is contained in:
Henry de Valence 2018-09-13 23:00:18 -07:00 committed by GitHub
commit 1b116e5eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@
//! output of an addition or doubling always lies in \\( \mathbb P\^1 \times //! output of an addition or doubling always lies in \\( \mathbb P\^1 \times
//! \mathbb P\^1\\), and the choice of which formula to use is replaced //! \mathbb P\^1\\), and the choice of which formula to use is replaced
//! by a choice of whether to convert the result to \\( \mathbb P\^2 \\) //! by a choice of whether to convert the result to \\( \mathbb P\^2 \\)
//! or \\(\mathbb P\^2 \\). However, this tweak is not described in //! or \\(\mathbb P\^3 \\). However, this tweak is not described in
//! their paper, only in their software. //! their paper, only in their software.
//! //!
//! Our naming for the `CompletedPoint` (\\(\mathbb P\^1 \times \mathbb //! Our naming for the `CompletedPoint` (\\(\mathbb P\^1 \times \mathbb