We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfa766 commit 062180eCopy full SHA for 062180e
README.md
@@ -9,7 +9,7 @@ Design Patterns examples written in [Dart](https://dart.dev) in form of a librar
9
* `test/` : design patterns to test (e.g. ```$ dart test test/builder_test.dart```)
10
* `tool/`: tools that may be useful when commiting to this repo
11
12
-Each design pattern has its corresponding file in the directories `example/`, `lib/`, and `test/`.
+Each design pattern (except Abstract Factory) has its corresponding file in the directories `example/`, `lib/`, and `test/`.
13
14
## Build (assuming Dart env is up and running)
15
0 commit comments