Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 9, 2023
1 parent 115c9bc commit 169eb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ db.run(query).take(3) ==> Seq(

```
Notice that `db.run` returns instances of type `City[Sc]`. `Sc` is `scalasql.Sc`,
short for the "Identity" type, representing a `City` object containing normal Scala
short for the "Scala" type, representing a `City` object containing normal Scala
values. The `[Sc]` type parameter must be provided explicitly whenever creating,
type-annotating, or otherwise working with these `City` values.

Expand Down

0 comments on commit 169eb46

Please sign in to comment.