diff --git a/docs/Materials.md.html b/docs/Materials.md.html
index 8441a903cc..dc45ea39c4 100644
--- a/docs/Materials.md.html
+++ b/docs/Materials.md.html
@@ -2306,7 +2306,7 @@ type aliases:
**getUserWorldFromWorldMatrix()** | float4x4 | Matrix that converts from world space to API-level (user) world space.
**getTime()** | float | Current time as a remainder of 1 second. Yields a value between 0 and 1
**getUserTime()** | float4 | Current time in seconds: `time`, `(double)time - time`, `0`, `0`
-**getUserTimeMode(float m)** | float | Current time modulo m in seconds
+**getUserTimeMod(float m)** | float | Current time modulo m in seconds
**getExposure()** | float | Photometric exposure of the camera
**getEV100()** | float | [Exposure value at ISO 100](https://en.wikipedia.org/wiki/Exposure_value) of the camera