Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haldai committed Oct 29, 2019
1 parent fbbc174 commit 1c5c3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ true.
New arrays can also be initialised with a Prolog predicate `jl_new_array/4` predicates:

``` prolog
% jl_new_array(Name, Type, Init, Size) works like Name = Array{Type, Dim}(Init,
% Size) in Julia, here Size is a list.
% jl_new_array(Name, Type, Init, Size) works like Name = Array{Type, Dim}(Init, Size)
% in Julia, here Size is a list.
?- jl_new_array(a, 'Int', undef, [2, 2, 2]).
true.
Expand Down

0 comments on commit 1c5c3b6

Please sign in to comment.