]> Repositorios git - scryer-prolog.git/commitdiff
Small fixes in documentation and toplevel.pl
authorAdrián Arroyo Calle <[email protected]>
Wed, 3 Jan 2024 18:52:50 +0000 (19:52 +0100)
committerAdrián Arroyo Calle <[email protected]>
Wed, 3 Jan 2024 18:52:50 +0000 (19:52 +0100)
src/lib/files.pl
src/lib/os.pl
src/toplevel.pl

index 6d89eaad7f6061e7bf39e06651d89f49f89dd3bd..6c50aeebd48d0aaeb6aa4df1d6a41096dddc39b3 100644 (file)
@@ -178,7 +178,7 @@ directory_must_exist(Directory, Context) :-
         ;   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.
index a991bd6c04d146e71999379f4aa4d0166fc2fbb9..10eb0040889698e918b82fb5e6a67105d630c9f3 100644 (file)
@@ -129,6 +129,7 @@ raw_argv(Argv) :-
 % arguments and the program arguments, we use `--` as a separator.
 %
 % Example:
+%
 % ```
 % % Call with scryer-prolog -f -- -t hello
 % ?- argv(X).
index 1b7e63a705e87f56097cafdd8e3768e6fef44f89..e654103d3e1c4b9cf27bed205d120944a3831e21 100644 (file)
@@ -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)).