Skip to content

Commit

Permalink
Merge branch 'DockYard-Academy:main' into solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
loteks authored Jan 31, 2023
2 parents 14df664 + 7e126a9 commit 28bebea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/rock_paper_scissors_lizard_spock.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ defmodule RockPaperScissorsLizardSpock do
"Player 2 Wins!"
iex> RockPaperScissorsLizardSpock.play(:lizard, :lizard)
"Player 2 Wins!"
"Draw"
"""
def play(player1, player2) do
end
Expand Down
2 changes: 0 additions & 2 deletions reading/book_search_seeding.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ Create a new `priv/repo/seed_large_dataset.exs` file which is going to create a

```elixir
alias BookSearch.Authors
alias BookSearch.Authors.Author
alias BookSearch.Books
alias BookSearch.Books.Book
alias BookSearch.Repo
Expand Down Expand Up @@ -790,7 +789,6 @@ Let's create a new `priv/repo/seed_large_text.exs` file which adds an author and

```elixir
alias BookSearch.Authors
alias BookSearch.Authors.Author
alias BookSearch.Books
alias BookSearch.Books.Book
alias BookSearch.Repo
Expand Down

0 comments on commit 28bebea

Please sign in to comment.