mirror of
https://github.com/colby-swandale/waterfoul
synced 2024-12-26 21:58:54 +01:00
fix typo in module name for MBCs
This commit is contained in:
parent
4ccb749957
commit
b0d024108a
4 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
module Waterforul
|
module Waterfoul
|
||||||
module MBC
|
module MBC
|
||||||
class MBC2
|
class MBC2
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Waterforul
|
module Waterfoul
|
||||||
module MBC
|
module MBC
|
||||||
class MBC3
|
class MBC3
|
||||||
def self.[](i)
|
def self.[](i)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Waterforul
|
module Waterfoul
|
||||||
module MBC
|
module MBC
|
||||||
class MBC4
|
class MBC4
|
||||||
def self.[](i)
|
def self.[](i)
|
||||||
|
@ -11,4 +11,3 @@ module Waterforul
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Waterforul
|
module Waterfoul
|
||||||
module MBC
|
module MBC
|
||||||
class MBC5
|
class MBC5
|
||||||
def self.[](i)
|
def self.[](i)
|
||||||
|
@ -11,4 +11,3 @@ module Waterforul
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue