We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9042e5 commit 4f1aa9eCopy full SHA for 4f1aa9e
model-client/src/commonMain/kotlin/org/modelix/model/client2/IModelClientV2.kt
@@ -57,7 +57,7 @@ interface IModelClientV2 {
57
58
/**
59
* While `pull` returns immediately `poll` returns as soon as a new version, that is different from the given
60
- * `lastKnownVersion`, is pushed to the server or after some timout specified by the server (usually ~30 seconds).
+ * `lastKnownVersion`, is pushed to the server or after some timeout specified by the server (usually ~30 seconds).
61
*/
62
suspend fun poll(branch: BranchReference, lastKnownVersion: IVersion?): IVersion
63
0 commit comments