From 0af636edd0d99cd47b689795767c157847617052 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 19 Sep 2023 09:53:27 -0400 Subject: [PATCH] Fixing typo in drift_dev/lib/src/writer/writer.dart Co-authored-by: Simon Binder --- drift_dev/lib/src/writer/writer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift_dev/lib/src/writer/writer.dart b/drift_dev/lib/src/writer/writer.dart index f8fdba6b..bd4e1fca 100644 --- a/drift_dev/lib/src/writer/writer.dart +++ b/drift_dev/lib/src/writer/writer.dart @@ -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 _usedNames = {};