Skip to content

Commit ce0a3ba

Browse files
committed
spelling: programmatically
Signed-off-by: Josh Soref <[email protected]>
1 parent 09f19f6 commit ce0a3ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/vendors/bourbon/functions/_is-light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22

3-
/// Programatically determines whether a color is light or dark.
3+
/// Programmatically determines whether a color is light or dark.
44
///
55
/// @link http://robots.thoughtbot.com/closer-look-color-lightness
66
///

blog/_posts/2023-10-17-feedback-wanted-error-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: "Feedback is wanted on confusing or unhelpful error messages"
1616
From [suggesting to import missing extension methods](https://docs.scala-lang.org/scala3/book/ca-extension-methods.html#import-extension-method) and more, Scala 3 tries to improve the ways that warnings and errors are reported to the user.
1717
The idea being that when the user engages with reported problems, it should feel like having a conversation with a helpful tutor. By helping users to get back on track, we can make Scala easier to learn, friendlier to newcomers, and also keep experienced users more productive.
1818

19-
We know there is much more that can be done to continually improve the situation. As well as working to [expose diagnostics programatically](https://github.com/scala/scala3/issues/14904), we are starting a new campaign to seek out confusing, annoying or unhelpful error/warning messages.
19+
We know there is much more that can be done to continually improve the situation. As well as working to [expose diagnostics programmatically](https://github.com/scala/scala3/issues/14904), we are starting a new campaign to seek out confusing, annoying or unhelpful error/warning messages.
2020

2121
As compiler authors, we do try to provide good messages, but it is possible for there to be shortcomings.
2222
For example, the message may correctly report a problem, but not provide enough information to actually help the user.

0 commit comments

Comments
 (0)