Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
derbynn committed Oct 8, 2024
1 parent df48dd6 commit e5bc1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/src/IModelImporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class IModelImporter {
}

/**
* Initialize IModelImporter`elementsToUpdateDuringPreserveIds` set if `undefined` to indicate in importer that `[[IModelTransformOptions.preserveElementIdsForFiltering]]` is set to `true`
* Initialize IModelImporter `elementsToUpdateDuringPreserveIds` set if `undefined` to indicate in importer that `[[IModelTransformOptions.preserveElementIdsForFiltering]]` is set to `true`
*/
public enablePreserveElementIds() {
this._elementsToUpdateDuringPreserveIds = new Set<Id64String>([]);
Expand Down

0 comments on commit e5bc1c2

Please sign in to comment.