diff options
author | Sven Göthel <[email protected]> | 2024-01-13 23:31:48 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-01-13 23:31:48 +0100 |
commit | b886aaabf6a9c2c2ab3d03a56c3c134307fbfba4 (patch) | |
tree | 84dce4975b89a26bc5b0c42deb16b0571c205d15 /src/jogl/classes/com/jogamp | |
parent | c6e83daaf04541907fa5ac36f1cd06c2c65e2882 (diff) |
Matrix4f: Fix minor API doc parem ref-name
Diffstat (limited to 'src/jogl/classes/com/jogamp')
-rw-r--r-- | src/jogl/classes/com/jogamp/math/Matrix4f.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/math/Matrix4f.java b/src/jogl/classes/com/jogamp/math/Matrix4f.java index ee505a95d..beb7b666c 100644 --- a/src/jogl/classes/com/jogamp/math/Matrix4f.java +++ b/src/jogl/classes/com/jogamp/math/Matrix4f.java @@ -179,7 +179,7 @@ public class Matrix4f { } /** - * Load the values of the given matrix {@code b} to this matrix. + * Load the values of the given matrix {@code src} to this matrix. * @param src the source values * @return this matrix for chaining */ |