Fix for superscript period appearing in docs.

This commit is contained in:
Jason Davies 2017-08-14 00:22:54 +01:00
parent d72929f64e
commit 21b0384f28
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use ::{Field};
use super::fq2::Fq2;
use super::fq::{FROBENIUS_COEFF_FQ6_C1, FROBENIUS_COEFF_FQ6_C2};
/// An element of Fq6, represented by c0 + c1 * v + c2 * v^2.
/// An element of Fq6, represented by c0 + c1 * v + c2 * v^(2).
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
pub struct Fq6 {
pub c0: Fq2,