Skip to content

Commit 379170f

Browse files
committed
Fix typo in HB.locate usage message
1 parent 20d8bcf commit 379170f

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)