Skip to content

Commit 4f1aa9e

Browse files
committed
chore: typo
1 parent c9042e5 commit 4f1aa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-client/src/commonMain/kotlin/org/modelix/model/client2/IModelClientV2.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ interface IModelClientV2 {
5757

5858
/**
5959
* 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).
60+
* `lastKnownVersion`, is pushed to the server or after some timeout specified by the server (usually ~30 seconds).
6161
*/
6262
suspend fun poll(branch: BranchReference, lastKnownVersion: IVersion?): IVersion
6363

0 commit comments

Comments
 (0)