diff --git a/src/Speckle.Sdk/Serialisation/V2/Send/ObjectSerializer.cs b/src/Speckle.Sdk/Serialisation/V2/Send/ObjectSerializer.cs index ca03e0ab..f85cf318 100644 --- a/src/Speckle.Sdk/Serialisation/V2/Send/ObjectSerializer.cs +++ b/src/Speckle.Sdk/Serialisation/V2/Send/ObjectSerializer.cs @@ -98,7 +98,7 @@ public class ObjectSerializer : IObjectSerializer { // Start with object references so they're not captured by the Base class case below // Note: this change was needed as we've made the ObjectReference type inherit from Base for - // the purpose of the "do not convert unchanged previously converted objects" POC. + // the purpose of the send object (connector/conversion level) caching. case ObjectReference r: Dictionary ret = new() {