diff --git a/angel_container/lib/src/container.dart b/angel_container/lib/src/container.dart index c445d128..0bffaf99 100644 --- a/angel_container/lib/src/container.dart +++ b/angel_container/lib/src/container.dart @@ -129,9 +129,9 @@ class Container { } /// Finds a named singleton. - /// + /// /// In general, prefer using [registerSingleton] and [registerFactory]. - /// + /// /// [findByName] is best reserved for internal logic that end users of code should /// not see. T findByName(String name) {