Skip to content

Commit 4e0ae6f

Browse files
committed
Fix typos
1 parent b7b84dd commit 4e0ae6f

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

docs/docs/reference/changed/implicit-conversions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In summary, previous code using implicit conversion parameters such as
3636
val x: B = a // error under Dotty
3737
}
3838

39-
is no longer legal and has to be rwritten to
39+
is no longer legal and has to be rewritten to
4040

4141
def useConversion(implicit f: ImplicitConverter[A, B]) {
4242
val y: A = ...

docs/docs/reference/changed/implicit-resolution.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ affect implicits on the language level.
4141
more deeply than `i`. Previously, this would have resulted in an
4242
ambiguity error.
4343

44-
[//] # todo: expand with precise rules
45-
46-
44+
[//]: # todo: expand with precise rules

docs/docs/reference/changed/structural-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The most important method of a `Selectable` is `selectDynamic`: It
2525
takes a field name and returns the value associated with that name in
2626
the selectable.
2727

28-
Assume now `r` is a value with structural type `S`.` In general `S` is
28+
Assume now `r` is a value with structural type `S`. In general `S` is
2929
of the form `C { Rs }`, i.e. it consists of a class reference `C` and
3030
refinement declarations `Rs`. We call a field selection `r.f`
3131
_structural_ if `f` is a name defined by a declaration in `Rs` whereas

docs/docs/reference/changed/type-checking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ layout: doc-page
33
title: "Changes in Type Checking"
44
---
55

6-
[//] # todo: fill in
6+
[//]: # todo: fill in

docs/docs/reference/changed/type-inference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ layout: doc-page
33
title: "Changes in Type Inference"
44
---
55

6-
[//] # todo: fill in
6+
[//]: # todo: fill in
77

0 commit comments

Comments
 (0)