Skip to content

Commit 0ae852e

Browse files
Typo fix
1 parent 9a3e988 commit 0ae852e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/QuoteContext.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import scala.quoted.show.SyntaxHighlight
1212
*/
1313
class QuoteContext(val tasty: scala.tasty.Reflection) { self =>
1414

15-
/** Type of a QuoteContext profided by a splice within a quote that took this context.
15+
/** Type of a QuoteContext provided by a splice within a quote that took this context.
1616
* It is only required if working with the reflection API.
1717
*
1818
* Usually it is infered by the quotes an splices typing. But sometimes it is necessary

0 commit comments

Comments
 (0)