Collect typing errors in API documentation and source code

Hi @Gabby_Getz , I have discovered many typing errors in the API documentation and source code. I believe there must be more than these, and there are many more potential errors.

Therefore, if these typing errors are fixed by pulling requests, there will be many similar pull requests.

I wonder if a topic could be opened in the community or in Github Issues to collect these errors, and then the official team would fix them uniformly on a regular basis.

for example: L109

Interestingly, there are update the UniformType : mat3 by HapDragon · Pull Request #11235 · CesiumGS/cesium · GitHub (two years old) and Fix 12524 VaryingType.MAT3: "mat2" significant typo by Hiwen · Pull Request #12526 · CesiumGS/cesium · GitHub (one month old) which are somehow related, and where the latter fixed this exact error, but only for VaryingType (and not for UniformType).

In any case: There is an issue where I’m collecting thse “Ongoing documentation fixes”. (It’s sometimes hard to draw the line, between something that is purely a documentation fix, and something that may affect e.g. the TypeScript typings).

But I just added the one that you brought up at Ongoing documentation fixes · Issue #11749 · CesiumGS/cesium · GitHub

1 Like