Skip to content

Conversation

@marconilanna
Copy link
Contributor

@marconilanna marconilanna commented Nov 24, 2017

Fix the following issues:

  1. Deprecated methods declarations/declaration replaced with decls/decl;
  2. decls used instead of decl
  3. Links to current Scaladoc;
  4. Typo in Japanese docs: meber

access member `shipped`.

scala> val shippingTermSymb = ru.typeOf[Purchase].decls(ru.TermName("shipped")).asTerm
scala> val shippingTermSymb = ru.typeOf[Purchase].declaration(ru.TermName("shipped")).asTerm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that declaration is deprecated in favor of decl these days...

@marconilanna
Copy link
Contributor Author

@hrhino thanks for point that out. fixed.

@marconilanna marconilanna mentioned this pull request Dec 5, 2017
@SethTisue SethTisue merged commit 0998b71 into scala:master Dec 5, 2017
@SethTisue
Copy link
Member

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants