Jelajahi Sumber

Merge pull request #695 from csukuangfj/patch-1

fix a typo. #695
Christophe 8 tahun lalu
induk
melakukan
97c1774429
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      glm/glm.hpp

+ 1 - 1
glm/glm.hpp

@@ -45,7 +45,7 @@
 /// @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 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
 ///