From 149f57c507cc3acf9f9f5ffdd7c829c5e39330b1 Mon Sep 17 00:00:00 2001 From: Mauricio Scheffer Date: Wed, 5 Jul 2017 15:28:07 +0100 Subject: [PATCH] typo --- docs/2.0-breaking-changes/nest-breaking-changes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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