Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/windows/symbols-resource-identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.assetid: 8fccc09a-0237-4a65-b9c4-57d60c59e324
---
# Resource Identifiers (Symbols) (C++)

A symbol is a resource identifier (ID) that consists of two parts, a symbol name (text string) mapped to an symbol value (integer), for example:
A symbol is a resource identifier (ID) that consists of two parts, a symbol name (text string) mapped to a symbol value (integer), for example:

```cpp
IDC_EDITNAME = 5100
Expand Down