Fixing typo in drift_dev/lib/src/writer/writer.dart

Co-authored-by: Simon Binder <oss@simonbinder.eu>
This commit is contained in:
Josh Matthews 2023-09-19 09:53:27 -04:00 committed by GitHub
parent 10e0336310
commit 0af636edd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class Scope extends _Node {
/// This can be used to generated methods which must have a unique name-
int counter = 0;
/// The set of names already used in this scope. Used by methos like
/// The set of names already used in this scope. Used by methods like
/// [getNonConflictingName] to prevent name collisions.
final Set<String> _usedNames = {};