Skip to content

Fix typos in docs #2614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/reference/changed/implicit-conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In summary, previous code using implicit conversion parameters such as
val x: B = a // error under Dotty
}

is no longer legal and has to be rwritten to
is no longer legal and has to be rewritten to

def useConversion(implicit f: ImplicitConverter[A, B]) {
val y: A = ...
Expand Down
4 changes: 1 addition & 3 deletions docs/docs/reference/changed/implicit-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ affect implicits on the language level.
more deeply than `i`. Previously, this would have resulted in an
ambiguity error.

[//] # todo: expand with precise rules


[//]: # todo: expand with precise rules
2 changes: 1 addition & 1 deletion docs/docs/reference/changed/structural-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The most important method of a `Selectable` is `selectDynamic`: It
takes a field name and returns the value associated with that name in
the selectable.

Assume now `r` is a value with structural type `S`.` In general `S` is
Assume now `r` is a value with structural type `S`. In general `S` is
of the form `C { Rs }`, i.e. it consists of a class reference `C` and
refinement declarations `Rs`. We call a field selection `r.f`
_structural_ if `f` is a name defined by a declaration in `Rs` whereas
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/changed/type-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ layout: doc-page
title: "Changes in Type Checking"
---

[//] # todo: fill in
[//]: # todo: fill in
2 changes: 1 addition & 1 deletion docs/docs/reference/changed/type-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ layout: doc-page
title: "Changes in Type Inference"
---

[//] # todo: fill in
[//]: # todo: fill in