File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
344
344
extension (self : Import )
345
345
/** Qualifier of the import */
346
346
def expr : Term
347
- /** List Selectors of the import
347
+ /** List selectors of the import
348
348
*
349
349
* See documentation on `Selector`
350
350
*/
@@ -377,7 +377,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
377
377
extension (self : Export )
378
378
/** Qualifier of the export */
379
379
def expr : Term
380
- /** List Selectors of the export
380
+ /** List selectors of the export
381
381
*
382
382
* See documentation on `Selector`
383
383
*/
@@ -4453,4 +4453,3 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
4453
4453
type Nested = Quotes
4454
4454
4455
4455
}
4456
-
You can’t perform that action at this time.
0 commit comments