Spelling: It's Versus Its
Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required. Differential Revision: https://developer.blender.org/D9250 Reviewed by Campbell Barton
This commit is contained in:
@@ -60,7 +60,7 @@ class IK_QJacobian {
|
||||
int m_dof, m_task_size;
|
||||
bool m_transpose;
|
||||
|
||||
// the jacobian matrix and it's null space projector
|
||||
// the jacobian matrix and its null space projector
|
||||
MatrixXd m_jacobian, m_jacobian_tmp;
|
||||
MatrixXd m_nullspace;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user