Skip to content

Commit 15f21c2

Browse files
committed
Improve documentation of scala.quoted.Symbol
1 parent 0c1d578 commit 15f21c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3343,7 +3343,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
33433343
/////////////
33443344

33453345
/** Symbol of a definition.
3346-
* Then can be compared with == to know if the definition is the same.
3346+
* Symbols can be compared with `==` to know if two definitions are the same.
33473347
*/
33483348
type Symbol <: AnyRef
33493349

0 commit comments

Comments
 (0)