You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Lucene.Net.Facet/Taxonomy/package.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,5 +40,5 @@ Facets are defined using a hierarchy of categories, known as a _Taxonomy_. For e
40
40
41
41
* 2009
42
42
43
-
The _Taxonomy_ translates category-paths into interger identifiers (often termed _ordinals_) and vice versa.
43
+
The _Taxonomy_ translates category-paths into integer identifiers (often termed _ordinals_) and vice versa.
44
44
The category `Author/Mark Twain` adds two nodes to the taxonomy: `Author` and `Author/Mark Twain`, each is assigned a different ordinal. The taxonomy maintains the invariant that a node always has an ordinal that is < all its children.
Copy file name to clipboardExpand all lines: src/Lucene.Net.Replicator/package.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,9 @@ public class AspNetCoreReplicationResponse : IReplicationResponse
143
143
144
144
#### ASP.NET Core Utility Extension Method
145
145
146
-
This part is not nessesary, however by providing a extension method as a overload to the ReplicatorService Perform method
146
+
This part is not necessary, however by providing a extension method as a overload to the ReplicatorService Perform method
147
147
that instead takes the ASP.NET Core HttpRequest and HttpResponse response objects, it's easier to call the ReplicatorService
148
-
from either ASP.NET Core MVC controllers, inside of middleare or for the absolute minimal solution directly in the delegate parameter of a IApplicationBuilder.Run() method.
148
+
from either ASP.NET Core MVC controllers, inside of middleware or for the absolute minimal solution directly in the delegate parameter of a IApplicationBuilder.Run() method.
0 commit comments