Skip to content

Commit e8b69dc

Browse files
Apply suggestions from code review
Co-authored-by: Fengyun Liu <[email protected]>
1 parent d8d6a62 commit e8b69dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library/src/scala/quoted/Quotes.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)