Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblast committed Nov 20, 2024
1 parent 70968d6 commit c6c103a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule HologramFeatureTests.FunctionCalls.LocalFunctionPage do
"""
end

# public funciton / no args / single clause / single-expression body
# public function / no args / single clause / single-expression body
def action(:basic_case, _params, component) do
result = local_fun_1()

Expand Down
2 changes: 1 addition & 1 deletion test/features/test/function_calls/local_function_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule HologramFeatureTests.FunctionCalls.LocalFunctionTest do
# Keep consistent with Elixir/JavaScript consistency tests
# in test/elixir/hologram/ex_js_consistency/interpreter_test.exs (call local function section).

# no args / single clause / single-expression body
# public function / no args / single clause / single-expression body
feature "basic case", %{session: session} do
session
|> visit(LocalFunctionPage)
Expand Down

0 comments on commit c6c103a

Please sign in to comment.