Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
algonell committed Sep 18, 2024
1 parent 37e7ab7 commit 62beb3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Costs {
/** Formal parameters for the method being called. */
private final ImmutableList<Parameter> formals;

/** Actual parameters (argments) for the method call. */
/** Actual parameters (arguments) for the method call. */
private final ImmutableList<Parameter> actuals;

/**
Expand Down

0 comments on commit 62beb3d

Please sign in to comment.