Skip to content

Commit

Permalink
Added ServiceType documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FastestMolasses committed Apr 17, 2024
1 parent 8b28dca commit d78cc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeEdit/Utils/DependencyInjection/ServiceType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Abe Malla on 4/3/24.
//

/// Defines the type of service instantiation strategy.
enum ServiceType {
/// Returns a new singleton on the first call, then returns a cached one every other time
case singleton
Expand Down

0 comments on commit d78cc2a

Please sign in to comment.