Skip to content

Commit 6571041

Browse files
authored
Update docs/error-messages/compiler-errors-2/compiler-error-c2666.md
1 parent c003409 commit 6571041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/error-messages/compiler-errors-2/compiler-error-c2666.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main() {
3030
}
3131
```
3232
33-
This error can be generated as a result fo compiler conformance work that was done for Visual Studio 2019 version 16.1:
33+
This error can be generated as a result of compiler conformance work that was done for Visual Studio 2019 version 16.1:
3434
3535
- A conversion that promotes an enumeration whose underlying type is fixed to its underlying type is better than one that promotes to the promoted underlying type, if the two are different.
3636

0 commit comments

Comments
 (0)