Skip to content

Commit

Permalink
Fix typo and add mention to "Illegal instruction"
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
philss committed Aug 9, 2024
1 parent 44073da commit 5bdbec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ going to be read at compile time, enabling the legacy variants of artifacts.
config :explorer, use_legacy_artifacts: true
```

If you see the error message "Illegal instruction" after your project compiles, you need to
enable the legacy artifacts.

### Features disabled

Some of the features cannot be compiled to some targets, because one of the dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/explorer/data_frame.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ defmodule Explorer.DataFrame do
end

@doc """
Computes the lazy data frame into an eager one, exucting the query.
Computes the lazy data frame into an eager one, executing the query.
It is the opposite of `lazy/1`. If it is not a lazy data frame,
this is a noop.
Expand Down

0 comments on commit 5bdbec7

Please sign in to comment.