diff --git a/metals-docs/src/main/scala/docs/WorksheetModifier.scala b/metals-docs/src/main/scala/docs/WorksheetModifier.scala index b3cb24446c5..dc5bae4a798 100644 --- a/metals-docs/src/main/scala/docs/WorksheetModifier.scala +++ b/metals-docs/src/main/scala/docs/WorksheetModifier.scala @@ -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` + |project, you need to make sure the worksheet is created inside of your `src/main/scala` |directory. You can still create a worksheet in other places, but you will |only have access to the standard library and your dependencies. |