We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c640b92 commit 99ec754Copy full SHA for 99ec754
lib/code_teams.rb
@@ -96,7 +96,7 @@ def self.from_hash(raw_hash)
96
sig { void }
97
def self.register_plugins
98
Plugin.all_plugins.each do |plugin|
99
- # e.g. def github (on Team)
+ # e.g., def github (on Team)
100
define_method(plugin.data_accessor_name) do
101
# e.g., MyGithubPlugin.for(team).github
102
plugin.for(self).public_send(plugin.data_accessor_name)
0 commit comments