ruby-changes:72981
From: Ka=C3=ADque <ko1@a...>
Date: Fri, 19 Aug 2022 22:19:00 +0900 (JST)
Subject: [ruby-changes:72981] 4177f60eed (master): Write interface instead of interfact
https://git.ruby-lang.org/ruby.git/commit/?id=4177f60eed From 4177f60eedd71b846d9a86889fd46071ecdb0158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ka=C3=ADque=20Kandy=20Koga?= <kaiquekandykoga@g...> Date: Thu, 18 Aug 2022 14:54:36 -0300 Subject: Write interface instead of interfact --- misc/lldb_rb/commands/command_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/lldb_rb/commands/command_template.py b/misc/lldb_rb/commands/command_template.py index 8d46f14159..21014a993e 100644 --- a/misc/lldb_rb/commands/command_template.py +++ b/misc/lldb_rb/commands/command_template.py @@ -4,7 +4,7 @@ https://github.com/ruby/ruby/blob/trunk/misc/lldb_rb/commands/command_template.py#L4 # 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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/