Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Katarzyna Marek <kasia@marek.net>
  • Loading branch information
tgodzik and kasiaMarek committed Dec 16, 2024
1 parent 725fe22 commit 4308141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-12-13-palladium.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Metals to infer a method definition based on it's usage when symbol was not
found.

This works similar to the "Create new symbol" code action which would create a
new Scala file with the added symbol, however in this case for anything starting
new Scala file with the added symbol. Now, for anything starting
with a lower case we offer to create a method instead.

This will work both when the symbol is used as a parameter:

![first-example](https://i.imgur.com/9fWQ3Yg.gif)

as well as standalone function call:
as well as a standalone function call:

![second-example](https://i.imgur.com/gizIjBB.gif)

Expand Down

0 comments on commit 4308141

Please sign in to comment.