Skip to content

Commit

Permalink
Update docs/design/declaring_entities.md
Browse files Browse the repository at this point in the history
Co-authored-by: josh11b <[email protected]>
  • Loading branch information
jonmeow and josh11b authored Aug 21, 2024
1 parent 9822f8b commit d35c8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/declaring_entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ apply the rules:
- When two named declarations declare the same entity, the second is said to
be a _redeclaration_.
- Two owned declarations _differ_ if they don't syntactically match.
- The non-owned `extern library` declarations only require semantic
matching.
- Otherwise, if one is a non-owned `extern library` declaration, declarations
differ if they don't match semantically.
- The program is invalid if it contains two declarations of the same entity
that differ.

Expand Down

0 comments on commit d35c8c3

Please sign in to comment.