Skip to content

Commit

Permalink
applied review
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Godzik <[email protected]>
  • Loading branch information
iusildra and tgodzik committed Nov 29, 2023
1 parent 3e0826f commit 06b8ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metals-docs/src/main/scala/docs/WorksheetModifier.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class WorksheetModifier extends StringModifier {
|This format is important since this is what tells Metals that it's meant to be
|treated as a worksheet and not just a Scala script. Where you create the
|script also matters. If you'd like to use classes and values from your
|project, you need to make sure the worksheet is created inside of your `src/main/scala`
|project, you need to make sure the worksheet is created inside of your sources next to any existing Scala files.
|directory. You can still create a worksheet in other places, but you will
|only have access to the standard library and your dependencies.
|
Expand Down

0 comments on commit 06b8ea1

Please sign in to comment.