Fix typo in documentation of ShaderVariable::members

This commit is contained in:
baldurk
2018-05-15 19:44:17 +01:00
parent a31a5a9cfb
commit 8c5e8081c5
+1 -1
View File
@@ -220,7 +220,7 @@ struct ShaderVariable
DOCUMENT("``True`` if this variable is stored in rows in memory. Only relevant for matrices.");
bool rowMajor;
DOCUMENT("The members of this variable as a list of :class:`ShaderValue`.");
DOCUMENT("The members of this variable as a list of :class:`ShaderVariable`.");
rdcarray<ShaderVariable> members;
};