Fixed doc typo for math > cancel > angle (#2535)

This commit is contained in:
Andrew Voynov 2023-10-31 22:50:21 +03:00 committed by GitHub
parent c177a63c9b
commit 0f274f8edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ pub struct CancelElem {
/// diagonal line of the content box.
/// - If given an angle, the line is rotated by that angle clockwise w.r.t
/// the y-axis.
/// - It given a function `angle => angle`, the line is rotated by the angle
/// - If given a function `angle => angle`, the line is rotated by the angle
/// returned by that function. The function receives the default angle as
/// its input.
///