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 =>
344344 extension (self : Import )
345345 /** Qualifier of the import */
346346 def expr : Term
347- /** List Selectors of the import
347+ /** List selectors of the import
348348 *
349349 * See documentation on `Selector`
350350 */
@@ -377,7 +377,7 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
377377 extension (self : Export )
378378 /** Qualifier of the export */
379379 def expr : Term
380- /** List Selectors of the export
380+ /** List selectors of the export
381381 *
382382 * See documentation on `Selector`
383383 */
@@ -4453,4 +4453,3 @@ trait Quotes { self: runtime.QuoteUnpickler & runtime.QuoteMatching =>
44534453 type Nested = Quotes
44544454
44554455}
4456-
You can’t perform that action at this time.
0 commit comments