Merge pull request #695 from csukuangfj/patch-1

fix a typo. #695
This commit is contained in:
Christophe 2017-11-06 17:35:00 +01:00 committed by GitHub
commit 97c1774429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@
/// @brief The generic template types used as the basis for the core types. /// @brief The generic template types used as the basis for the core types.
/// ///
/// These types are all templates used to define the actual @ref core_types. /// These types are all templates used to define the actual @ref core_types.
/// These templetes are implementation details of GLM types and should not be used explicitly. /// These templates are implementation details of GLM types and should not be used explicitly.
/// ///
/// @ingroup core /// @ingroup core
/// ///