We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d6a62 commit e8b69dcCopy full SHA for e8b69dc
library/src/scala/quoted/Quotes.scala
@@ -344,7 +344,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
344
extension (self: Import)
345
/** Qualifier of the import */
346
def expr: Term
347
- /** List Selectors of the import
+ /** List selectors of the import
348
*
349
* See documentation on `Selector`
350
*/
@@ -377,7 +377,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
377
extension (self: Export)
378
/** Qualifier of the export */
379
380
- /** List Selectors of the export
+ /** List selectors of the export
381
382
383
@@ -4453,4 +4453,3 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
4453
type Nested = Quotes
4454
4455
}
4456
-
0 commit comments