mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
Correcting spelling mistake in module name
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
% predicates are not yet implemented, so if you pass an incorrect argument
|
||||
% to solutions/2, you will probably get a core dump.
|
||||
|
||||
:- module all_solutionns.
|
||||
:- module all_solutions.
|
||||
:- interface.
|
||||
:- import_module io.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user