diff --git a/markdown/dev/reference/api/part/getid/en.md b/markdown/dev/reference/api/part/getid/en.md index 59df01a9403..ad6537b270e 100644 --- a/markdown/dev/reference/api/part/getid/en.md +++ b/markdown/dev/reference/api/part/getid/en.md @@ -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