diff --git a/source/Cosmos.Core/GCImplementation.cs b/source/Cosmos.Core/GCImplementation.cs index c55e23bcf..03bb039f0 100644 --- a/source/Cosmos.Core/GCImplementation.cs +++ b/source/Cosmos.Core/GCImplementation.cs @@ -44,20 +44,20 @@ namespace Cosmos.Core } /// - /// Increase reference count of an given object. Not implemented. + /// Increase reference count of an given object. Plugged. /// /// An object to increase to reference count of. - /// Thrown always. + /// Thrown on fatal error, contact support. public static unsafe void IncRefCount(uint aObject) { throw new NotImplementedException(); } /// - /// Decrease reference count of an given object. Not implemented. + /// Decrease reference count of an given object. Plugged. /// /// An object to decrease to reference count of. - /// Thrown always. + /// Thrown on fatal error, contact support. public static unsafe void DecRefCount(uint aObject) { throw new NotImplementedException();