osudroid / osu-droid

http://osudroid.moe
Apache License 2.0
507 stars 76 forks source link

method name misspell #206

Closed fallingleaflun closed 1 year ago

fallingleaflun commented 1 year ago

Description

TimingPoint method

    public boolean wasInderited() {
        return inherited;
    }

Justification

wasInderited->wasInherited

Beyley commented 1 year ago

it's probably best to just submit a PR

Reco1I commented 1 year ago

isn't the only one