Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj authored Feb 10, 2022
1 parent cc86de7 commit acdb37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/math-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
| clamp | 三个double/float/int/long参数 | 区间限制函数,见下例 |

```csharp
import mods.ctuils.utils.Math;
import mods.ctutils.utils.Math;

// Math.clamp(x, min, max)
// 将数字限制在一个范围内
Expand Down

0 comments on commit acdb37c

Please sign in to comment.