mirror of https://github.com/AMT-Cheif/drift.git
Fixing typo in drift_dev/lib/src/writer/writer.dart
Co-authored-by: Simon Binder <oss@simonbinder.eu>
This commit is contained in:
parent
10e0336310
commit
0af636edd0
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue