Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix spelling
  • Loading branch information
camsim99 committed Jan 26, 2023
commit 111b39421e7ba865020dfb18be9100fba781b8eb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void addDartCreatedInstance(Object instance, long identifier) {
/**
* Adds a new instance that was instantiated from the host platform.
*
* <p>If an instance has already been added, this will re-create it. {@code #containsInstance} can
* <p>If an instance has already been added, this will recreate it. {@code #containsInstance} can
* be used to check if the object has already been added to avoid this.
*
* @param instance the instance to be stored.
Expand Down