Skip to content

Commit a88efe2

Browse files
committed
Learn Editor: Update compiler-errors-c2800-through-c2899.md
1 parent 5f07036 commit a88efe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/error-messages/compiler-errors-2/compiler-errors-c2800-through-c2899.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The articles in this section of the documentation explain a subset of the error
107107
| Compiler error C2889 | '*class*': a managed/WinRT class type cannot be a virtual base class |
108108
| [Compiler error C2890](compiler-error-c2890.md) | '*class*': a ref class can only have one non-interface base class |
109109
| [Compiler error C2891](compiler-error-c2891.md) | '*parameter*': cannot take the address of a template parameter |
110-
| [Compiler error C2892](compiler-error-c2892.md) | local class shall not have member templates |
110+
| [Compiler error C2892](compiler-error-c2892.md) | a template cannot be a member of a local class |
111111
| [Compiler error C2893](compiler-error-c2893.md) | Failed to specialize function template '*template*' |
112112
| [Compiler error C2894](compiler-error-c2894.md) | templates cannot be declared to have 'C' linkage |
113113
| Compiler error C2895 | '*declaration*': cannot explicitly instantiate a function template that has been declared with dllimport |

0 commit comments

Comments
 (0)