Skip to content

Commit

Permalink
Fixed format
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Jun 19, 2024
1 parent 65fdbd5 commit 56f8ede
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// A metadata annotation used to mark a class as available to the dependency injection system.
///
/// This annotation can be applied to classes which should be instantiated or managed by the DI framework.
/// Marking a class with `@Injectable` indicates to the DI framework that an instance of the class
/// Marking a class with `@Injectable` indicates to the DI framework that an instance of the class
/// can be created and provided to other parts of the application that require it.
///
/// Usage:
Expand All @@ -14,7 +14,7 @@
///
/// The DI framework will then manage the lifecycle of the instantiated `MyService` objects,
/// allowing for dependency management and injection into other classes that depend on `MyService`.
///
///
class Injectable {
/// Creates a new instance of `Injectable`.
///
Expand Down

0 comments on commit 56f8ede

Please sign in to comment.