You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pangram: Clarify instructions
Unfortunately #2215 introduced an ambiguity for some downstream implementations of this exercise that use non-ASCII inputs that shouldn't be considered part of the alphabet for the purpose of defining pangrams.
This PR is meant to clarify that only 'a':'z' are relevant to determine if a sentence is a pangram without restricting the inputs to those characters.
See also: exercism/julia#614
* Update exercises/pangram/instructions.md
Co-authored-by: Colin Caine <[email protected]>
* Update exercises/pangram/instructions.md
Co-authored-by: Colin Caine <[email protected]>
---------
Co-authored-by: Colin Caine <[email protected]>
0 commit comments