Skip to content

Commit 8cf4342

Browse files
committed
Merge pull request #51 from sergey-rud/patch-1
fixed typo in comments
2 parents fa4edc7 + c816d5d commit 8cf4342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RemoteLRS.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public function saveStatement($statement) {
352352
// or returns the id when there wasn't, either way the caller
353353
// may have called us with a statement configuration rather than
354354
// a Statement object, so provide them back the Statement object
355-
// as the content in either case on succcess
355+
// as the content in either case on success
356356
//
357357
$response->content = $statement;
358358
}

0 commit comments

Comments
 (0)