Skip to content

Commit 3ac1915

Browse files
Apply suggestions from code review
Co-Authored-By: Anatolii Kmetiuk <anatoliykmetyuk@gmail.com>
1 parent 7dbf29e commit 3ac1915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/dotty/DottyPredef.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ object DottyPredef {
3737
case ev: ValueOf[T] => ev.value
3838
}
3939

40-
/** Summon an given value of type `T`. Usually, the argument is not passed explicitly.
40+
/** Summon a given value of type `T`. Usually, the argument is not passed explicitly.
4141
*
4242
* @tparam T the type of the value to be summoned
43-
* @return the given value typed as the given parameter
43+
* @return the given value typed as the provided type parameter
4444
*/
4545
inline def summon[T](using x: T): x.type = x
4646

0 commit comments

Comments
 (0)