Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Aug 21, 2024
1 parent 098fcd9 commit e14d335
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 e14d335

Please sign in to comment.