fixed typo in Service
This commit is contained in:
@@ -7,7 +7,7 @@ import lib.KVStore;
|
||||
using tink.CoreApi;
|
||||
|
||||
class ServiceManager {
|
||||
public static var instace: ServiceManager;
|
||||
public static var instance: ServiceManager;
|
||||
|
||||
private final services:Map<String,Service> = new Map();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user