Skip to content

Commit 5aaef0d

Browse files
lootle1wadepickett
andauthored
Update aspnetcore/mvc/views/razor.md
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
1 parent 7b88f7c commit 5aaef0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/mvc/views/razor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Implicit expressions **cannot** contain C# generics, as the characters inside th
8888
The preceding code generates a compiler error similar to one of the following:
8989

9090
* The "int" element wasn't closed. All elements must be either self-closing or have a matching end tag.
91-
* Can't convert method group 'GenericMethod' to non-delegate type 'object'. Did you intend to invoke the method?`
91+
* Cannot convert method group 'GenericMethod' to non-delegate type 'object'. Did you intend to invoke the method?`
9292

9393
Generic method calls must be wrapped in an [explicit Razor expression](#explicit-razor-expressions) or a [Razor code block](#razor-code-blocks).
9494

0 commit comments

Comments
 (0)