Skip to content

Commit 0fef35f

Browse files
authored
Merge pull request #9077 from yilinwei/patch-1
Fix typo in documentation
2 parents 2c116e3 + b05103b commit 0fef35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package scala.quoted
22

3-
/** Excetion thrown when an Expr or Type is used ouside of the scope where it is valid */
3+
/** Exception thrown when an Expr or Type is used ouside of the scope where it is valid */
44
class ScopeException(msg: String) extends Exception(msg)

0 commit comments

Comments
 (0)