defold / defold.github.io

www.defold.com
Other
11 stars 15 forks source link

Fix typos in timer.json #73

Closed BroMandarin closed 1 year ago

BroMandarin commented 1 year ago

Add a missing full stop. Change example's comment from '100 calls' to '10 calls'

britzl commented 1 year ago

Nice catch @BroMandarin. There is a problem however and that is that the API reference is generated straight from the source code, and not from the files in this repository. Can I please ask you to submit a PR in the main Defold repo, and change the text here instead:

https://github.com/defold/defold/blob/dev/engine/script/src/script_timer.cpp#L539-L587