Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-10068] Documentation: Summery of Grammar: Expression- Grammar of Self Expression: Postfix Self Expression labeled incorrectly #52470

Closed
swift-ci opened this issue Mar 9, 2019 · 4 comments
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation

Comments

@swift-ci
Copy link
Collaborator

swift-ci commented Mar 9, 2019

Previous ID SR-10068
Radar rdar://problem/48932869
Original Reporter smartdog (JIRA User)
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s
Labels Bug, Documentation
Assignee None
Priority Medium

md5: a040bd360ae0bd775a5fb48d6aa1f1f6

Issue Description:

Description of Problem:

Documentation: Summery of Grammar: Expression - Grammar of Self Expression: Postfix Self Expression labeled incorrectly .

link Summary of Grammar

Expected to see:

GRAMMAR OF A POSTFIX SELF EXPRESSION

postfix-self-expression → postfix-expression . self

{{}}
Actually observed:

GRAMMAR OF A SELF EXPRESSION

{{}}
postfix-self-expression → postfix-expression.``self

Evidence:

link Language Reference: Expressions

Self Expression and Postfix Self Expression two separate sections and yet the Grammar descriptions are labeled the same.

  • "Grammar Of Self Expression" is the only Grammar Category that is in two places, which leads me to believe this a bug in the Documentation ( I submit there should be "Grammar Of Self Expression" And "Grammar Of Postfix Self Expression").

  • A description of the environment that reproduces the problem. This issue happens is all Swift Documentation.

@belkadan
Copy link
Contributor

cc @natecook1000

@belkadan
Copy link
Contributor

cc @krilnon

@krilnon
Copy link
Member

krilnon commented Mar 15, 2019

Thanks for spotting this. We track book issues on bugreporter.apple.com, so I created rdar://problem/48932869.

@krilnon
Copy link
Member

krilnon commented Mar 26, 2019

This is fixed in the updates to the book that came out today.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation
Projects
None yet
Development

No branches or pull requests

3 participants