mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Write interface instead of interfact
This commit is contained in:
parent
6bcb473d9c
commit
4177f60eed
Notes:
git
2022-08-19 22:19:04 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# 2. Rename the class to something descriptive that ends with Command.
|
||||
# 3. Change the program variable to be a descriptive command name
|
||||
# 4. Ensure you are inheriting from RbBaseCommand or another command that
|
||||
# implements the same interfact
|
||||
# implements the same interface
|
||||
|
||||
import lldb
|
||||
|
||||
|
|
Loading…
Reference in a new issue