1
0
Fork 0

chore(markdown): Docs linter run

This commit is contained in:
joostdecock 2022-07-31 16:11:50 +02:00
parent 39fbdd477f
commit 9f958656d9
2383 changed files with 32481 additions and 7187 deletions

View file

@ -8,7 +8,7 @@ Path path.noop(string id)
Adds a placeholder path operation.
A `noop` operation does nothing, but is intended to be replaced later
A `noop` operation does nothing, but is intended to be replaced later
with [`Path.insop()`](/reference/api/path/insop).
<Tip compact>This is often used to insert darts into a path</Tip>