diff --git a/docs/2.0-breaking-changes/nest-breaking-changes.asciidoc b/docs/2.0-breaking-changes/nest-breaking-changes.asciidoc index 88dc66f7dbe..82ac5e9ab91 100644 --- a/docs/2.0-breaking-changes/nest-breaking-changes.asciidoc +++ b/docs/2.0-breaking-changes/nest-breaking-changes.asciidoc @@ -67,7 +67,7 @@ Each individual moving part is further explained in the index.html[documentation [float] === Inferred types -Many places that only took a string now take a more strongly typed object, <`Id`,ids-inference>>, <>, <>, <>, <>, `Type`, `Types`, <`>>. It's good to know that in most cases you can still implicitly convert to them from `string`, `long`, `Guid` where it makes sense. +Many places that only took a string now take a more strongly typed object, <<`Id`,ids-inference>>, <>, <>, <>, <>, `Type`, `Types`, <`>>. It's good to know that in most cases you can still implicitly convert to them from `string`, `long`, `Guid` where it makes sense. If you are using `C# 6` you can also staticly import `using static Nest.Infer`. This will allow you to write