@@ -83,7 +83,7 @@ inline plain_type_t<Vec> sum_to_zero_constrain(const Vec& y,
8383 * Return a vector with sum zero corresponding to the specified
8484 * free vector.
8585 *
86- * The sum-to-zero transform is defined using a modified version of the
86+ * The sum-to-zero transform is defined using a modified version of
8787 * the inverse of the isometric log ratio transform (ILR).
8888 * See:
8989 * Egozcue, Juan Jose; Pawlowsky-Glahn, Vera; Mateu-Figueras, Gloria;
@@ -111,15 +111,15 @@ inline plain_type_t<Vec> sum_to_zero_constrain(const Vec& y,
111111 * Return a vector with sum zero corresponding to the specified
112112 * free vector.
113113 *
114- * The sum-to-zero transform is defined using a modified version of the
114+ * The sum-to-zero transform is defined using a modified version of
115115 * the inverse of the isometric log ratio transform (ILR).
116116 * See:
117117 * Egozcue, Juan Jose; Pawlowsky-Glahn, Vera; Mateu-Figueras, Gloria;
118118 * Barcelo-Vidal, Carles (2003), "Isometric logratio transformations for
119119 * compositional data analysis", Mathematical Geology, 35 (3): 279–300,
120120 * doi:10.1023/A:1023818214614, S2CID 122844634
121121 *
122- * This is a linear transform, with no Jacobian.
122+ * This is a linear transform, with no Jacobian.
123123 *
124124 * @tparam Jacobian unused
125125 * @tparam Vec A standard vector with inner type inheriting from
0 commit comments