From 4ac1adc9c6c6e165b0832d9becc8488e6016b964 Mon Sep 17 00:00:00 2001 From: Daniel Vigovszky Date: Fri, 29 Nov 2024 10:11:15 -0500 Subject: [PATCH] Removed comment --- wit/deps/golem-1.1/golem-oplog-processor-1.1.wit | 1 - 1 file changed, 1 deletion(-) diff --git a/wit/deps/golem-1.1/golem-oplog-processor-1.1.wit b/wit/deps/golem-1.1/golem-oplog-processor-1.1.wit index 748dc81..8214c27 100644 --- a/wit/deps/golem-1.1/golem-oplog-processor-1.1.wit +++ b/wit/deps/golem-1.1/golem-oplog-processor-1.1.wit @@ -14,7 +14,6 @@ interface oplog-processor { /// A processor resource is instantiated for each account having activated this oplog processor plugin. /// There are no guarantees for the number of processors running at the same time, and different entries from the same worker /// may be sent to different processor instances. - /// As workers can dynamically turn on/off the plugin, the list of entries received may not be a continous range. resource processor { /// Initializes an oplog processor for a given component where the plugin was installed to. /// The `account-info` parameters contains details of the account the installation belongs to.