chore(markdown): Fixed phrasing of part.getId()
This commit is contained in:
parent
1e542192e3
commit
af53ff021c
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
title: Part.getId()
|
||||
---
|
||||
|
||||
A part's `getId()` method will return an integer the can be used as an
|
||||
ID Points/Paths/Snippets. This method will ensure the ID is unique be
|
||||
keeping an internal record of the ID that have been used.
|
||||
A part's `getId()` method will return an integer the can be used as an
|
||||
for ID Points/Paths/Snippets. This method will ensure the ID is unique by
|
||||
keeping an internal incremental counter of the IDs that have been used.
|
||||
It is typically used when programatically adding points, paths, or snippets.
|
||||
|
||||
## Part.getId() signature
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue