浏览代码

Merge branch 'master' of https://github.com/raysan5/raylib

Ray 3 年之前
父节点
当前提交
3bcb19e040
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/raymath.h

+ 1 - 1
src/raymath.h

@@ -18,7 +18,7 @@
 *     - Functions are always self-contained, no function use another raymath function inside,
 *     - Functions are always self-contained, no function use another raymath function inside,
 *       required code is directly re-implemented inside
 *       required code is directly re-implemented inside
 *     - Functions input parameters are always received by value (2 unavoidable exceptions)
 *     - Functions input parameters are always received by value (2 unavoidable exceptions)
-*     - Functions use always a "result" anmed variable for return
+*     - Functions use always a "result" variable for return
 *     - Functions are always defined inline
 *     - Functions are always defined inline
 *     - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience)
 *     - Angles are always in radians (DEG2RAD/RAD2DEG macros provided for convenience)
 *
 *