Skip to content

wrong generated <acronym>s #47

Open
@onyxblade

Description

@onyxblade

https://ruby-hacking-guide.github.io/class.html
In the "Compressed rb_singleton_class()" section, there is a line:

701      if (FL_TEST(RBASIC→klass, FL_SINGLETON) &&

However the correct one should be:

701      if (FL_TEST(RBASIC(obj)->klass, FL_SINGLETON) &&

(from http://i.loveruby.net/ja/rhg/book/class.html).



FL_TEST(<acronym title="obj"><span class="caps">RBASIC</span></acronym>

The html source shows that the obj term becomes part of an <acronym> tag, seems like wrong generated.

Activity

onyxblade

onyxblade commented on Oct 19, 2017

@onyxblade
Author

Another issue due to textile format: while rendering rb_intern("__attached__"), the __attached__ will become attached in italic.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @onyxblade

        Issue actions

          wrong generated <acronym>s · Issue #47 · ruby-hacking-guide/ruby-hacking-guide.github.com