Skip to content

Commit 6d127fa

Browse files
committed
Fix markdown lint
1 parent 6e6b701 commit 6d127fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ When creating documentation:
107107
The following symbols are not custom error codes, but aliases for `HRESULT_FROM_WIN32` error values.
108108

109109
| Symbol | Standard Win32 HRESULT |
110-
|--------|-------------|
110+
| -------- | ------------- |
111111
| `HRESULT_E_ARITHMETIC_OVERFLOW` | `HRESULT_FROM_WIN32(ERROR_ARITHMETIC_OVERFLOW)` |
112112
| `HRESULT_E_NOT_SUPPORTED` | `HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED)` |
113113
| `HRESULT_E_INVALID_NAME` | `HRESULT_FROM_WIN32(ERROR_INVALID_NAME)` |

0 commit comments

Comments
 (0)