mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Use unicode characters in docs equations (#3487)
javac and javadoc needed the encoding set to UTF-8.
This commit is contained in:
@@ -290,7 +290,7 @@ public class Matrix<R extends Num, C extends Num> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculates the transpose, M^T of this matrix.
|
||||
* Calculates the transpose, Mᵀ of this matrix.
|
||||
*
|
||||
* @return The transpose matrix.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user