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:
2020-10-19 08:12:33 -07:00
parent d2bf71b412
commit 3a7fd309fc
133 changed files with 158 additions and 158 deletions

View File

@@ -20,7 +20,7 @@
* \ingroup fn
*
* An ArraySpan is a span where every element contains an array (instead of a single element as is
* the case in a normal span). It's main use case is to reference many small arrays.
* the case in a normal span). Its main use case is to reference many small arrays.
*/
#include "FN_spans.hh"