Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ploeh committed Nov 16, 2015
2 parents 7977503 + eadfcca commit abb23d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -406,4 +406,4 @@ MethodInfo mi = from v in new Methods<Version>()
Assert.Equal("ToString", mi.Name);
```

In addition to strongly-typed queries over properties, Albedo also provides strongly-typed queries over fields and methods.
In addition to strongly-typed queries over methods, Albedo also provides strongly-typed queries over fields and properties.

0 comments on commit abb23d5

Please sign in to comment.