Skip to content

Commit 064d99c

Browse files
committed
Fix docstring corruption from automated annotation
The annotation script incorrectly replaced "match" inside multi-line docstrings. This restores the original prose text.
1 parent f516ec4 commit 064d99c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_rest_api/search.pony

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ primitive SearchIssues
3434
class val SearchResults[A: Any val]
3535
"""
3636
A page of search results from the GitHub search API. Contains the total
37-
match \exhaustive\ count, an incomplete-results flag, and the items for this page. Use
37+
match count, an incomplete-results flag, and the items for this page. Use
3838
`prev_page()` and `next_page()` to navigate between pages.
3939
"""
4040
let _creds: req.Credentials

0 commit comments

Comments
 (0)