fix docs not building due to typo (#3259)
oops ### Change Type - [x] `docs` — Changes to the documentation, examples, or templates. - [x] `bugfix` — Bug fix
This commit is contained in:
parent
05f58f7c2a
commit
2d7e9a31df
2 changed files with 2 additions and 2 deletions
|
@ -24726,7 +24726,7 @@
|
|||
{
|
||||
"kind": "Function",
|
||||
"canonicalReference": "@tldraw/editor!isSafeFloat:function(1)",
|
||||
"docComment": "/**\n * ] Check if a float is safe to use. ie: Not too big or small.\n *\n * @public\n */\n",
|
||||
"docComment": "/**\n * Check if a float is safe to use. ie: Not too big or small.\n *\n * @public\n */\n",
|
||||
"excerptTokens": [
|
||||
{
|
||||
"kind": "Content",
|
||||
|
|
|
@ -349,7 +349,7 @@ export function toFixed(v: number) {
|
|||
return Math.round(v * 1e2) / 1e2
|
||||
}
|
||||
|
||||
/**]
|
||||
/**
|
||||
* Check if a float is safe to use. ie: Not too big or small.
|
||||
* @public
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue