Skip to content

Commit eaaa7a7

Browse files
committed
spelling: show users
Signed-off-by: Josh Soref <[email protected]>
1 parent f48ce0c commit eaaa7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-05-07-release-notes-3.7.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Starting with Scala 3.7 the expression compiler has been migrated to the main [s
246246
### Presentation Compiler: Show inferred type on holes in hover ([#21423](https://github.com/scala/scala3/pull/21423))
247247

248248
The presentation compiler is a special mode of the Scala compiler that runs interactively and is used by IDEs and language servers such as Metals. It provides immediate feedback about code correctness, type checking, symbol resolution, autocompletion, error highlighting, and other editing support functionalities.
249-
Some of the latest improvements to the presentation compiler focus on the ability to infer more information about expected types of expressions provided by the users. As a result, presentation compiler can now show the users the expected type of expression when hovering over so called `type holes`.
249+
Some of the latest improvements to the presentation compiler focus on the ability to infer more information about expected types of expressions provided by the users. As a result, presentation compiler can now show users the expected type of expression when hovering over so called `type holes`.
250250

251251
```scala
252252
def someMethod(count: Int, label: String): Unit = ???

0 commit comments

Comments
 (0)