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

A typo in Scala 2.8 Collections API: Seq#update #4056

Closed
scabug opened this issue Dec 4, 2010 · 5 comments
Closed

A typo in Scala 2.8 Collections API: Seq#update #4056

scabug opened this issue Dec 4, 2010 · 5 comments
Assignees
Labels

Comments

@scabug
Copy link

scabug commented Dec 4, 2010

What steps will reproduce the problem (please be specific and use wikiformatting)?

  1. Open [http://www.scala-lang.org/docu/files/collections-api/collections_5.html The sequence traits Seq, IndexedSeq, and LinearSeq]
  2. Look for the description of "xs(i) = x"

What is the expected behavior?

Changes the element of xs at index i to x.

What do you see instead?

Changes the element of xs at index i to y.
@scabug
Copy link
Author

scabug commented Dec 4, 2010

Imported From: https://issues.scala-lang.org/browse/SI-4056?orig=1
Reporter: Eugene Yokota (eed3si9n)

@scabug
Copy link
Author

scabug commented Dec 6, 2010

@hubertp said:
This is in the collections writeup, not in the official scaladoc so lowering the priority and assigning to Martin as I don't have access to sources that generated it.

@scabug
Copy link
Author

scabug commented Aug 2, 2011

@kzys said (edited on Aug 3, 2011 4:27:42 PM UTC):
Hmm, Martin seems busy. And I can't assign Heather Miller (the documentation czar!) because JIRA doesn't list her.

@epfl people
Could you change http://www.scala-lang.org/docu/files/collections-api/?

@scabug
Copy link
Author

scabug commented Mar 29, 2012

@heathermiller said:
Kato fixed this on docs.scala-lang.org in commit [d16f77efd672203368545f6e2998cd8e9acfce45|https://github.com/scala/scala.github.com/commit/d16f77efd672203368545f6e2998cd8e9acfce45]-- thanks a lot!

@scabug scabug closed this as completed Mar 29, 2012
@scabug
Copy link
Author

scabug commented Mar 29, 2012

@kzys said:
I don't have to change an assignee of this ticket. Please ignore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants