Skip to content

Commit 88c0371

Browse files
committed
Remove trailing word
1 parent d25a780 commit 88c0371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/test/elixir/inspect/algebra_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule Inspect.AlgebraTest do
5050
# Consistent with definitions
5151
assert break("break") == {:doc_break, "break", :strict}
5252
assert break("") == {:doc_break, "", :strict}
53-
Fun
53+
5454
# Consistent formatting
5555
assert render(break("_"), 80) == "_"
5656
assert render(glue("foo", " ", glue("bar", " ", "baz")), 10) == "foo\nbar\nbaz"

0 commit comments

Comments
 (0)