Skip to content

Commit

Permalink
Merge pull request #2268 from aarroyoc/docs-toplevel
Browse files Browse the repository at this point in the history
Small fixes in documentation and toplevel.pl
  • Loading branch information
mthom authored Jan 3, 2024
2 parents ccf581d + d58e913 commit 5abc72c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/files.pl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
; throw(error(existence_error(directory, Directory), Context))
).

%% workind_directory(Dir0, Dir).
%% working_directory(Dir0, Dir).
%
% Dir0 is the current working directory, and the working directory
% is changed to Dir.
Expand Down
1 change: 1 addition & 0 deletions src/lib/os.pl
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
% arguments and the program arguments, we use `--` as a separator.
%
% Example:
%
% ```
% % Call with scryer-prolog -f -- -t hello
% ?- argv(X).
Expand Down
2 changes: 1 addition & 1 deletion src/toplevel.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:- module('$toplevel', [copy_term/3, started/0]).
:- module('$toplevel', [copy_term/3]).

:- use_module(library(atts), [call_residue_vars/2]).
:- use_module(library(charsio)).
Expand Down

0 comments on commit 5abc72c

Please sign in to comment.