Skip to content

Commit 2c48aeb

Browse files
authored
Merge pull request #303 from proux01/locate_typo
Fix typo in HB.locate usage message
2 parents 20d8bcf + 379170f commit 2c48aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structures.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ main [str S] :- !,
259259
(coq.say "HB: synthesized in file" Loc)
260260
(coq.say "HB:" S "not synthesized by HB").
261261

262-
main _ :- coq.error "Usage: HB.about <name>.".
262+
main _ :- coq.error "Usage: HB.locate <name>.".
263263
}}.
264264
Elpi Typecheck.
265265
Elpi Export HB.locate.

0 commit comments

Comments
 (0)