Skip to content

Commit 8fcae9a

Browse files
authored
Fix formatting in compiler error C2394 documentation
Matched what's in the compiler-errors-c2300-through-c2399.md doc, which also matches what I get when I compile this error.
1 parent 3483734 commit 8fcae9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2394.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ helpviewer_keywords: ["C2394"]
77
---
88
# Compiler Error C2394
99

10-
"type::operator 'operator'": CLR/WinRT operator not valid. At least one parameter must be of the following types: 'T^', 'T^%', 'T^&', where T = 'type'
10+
'*type*::operator *operator*': CLR/WinRT operator not valid. At least one parameter must be of the following types: 'T^', 'T^%', 'T^&', where T = 'type'
1111

1212
An operator in a Windows Runtime or managed type did not have at least one parameter whose type is the same as the type of the operator return value.
1313

0 commit comments

Comments
 (0)