Skip to content

Commit fd34b2a

Browse files
committed
[Fix] comments for ci tests
1 parent 011e905 commit fd34b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type PluginPrivilege struct {
2020
Value []string `json:"Value,omitempty" yaml:"Value,omitempty" toml:"Value,omitempty"`
2121
}
2222

23-
// InstallPluginOptions
23+
// InstallPluginOptions specify parameters to the InstallPlugins function.
2424
//
2525
// See https://goo.gl/C4t7Tz for more details.
2626
type InstallPluginOptions struct {
@@ -54,7 +54,7 @@ func (c *Client) InstallPlugins(opts InstallPluginOptions) error {
5454
return nil
5555
}
5656

57-
// PluginSetting stores plugin settings.
57+
// PluginSettings stores plugin settings.
5858
//
5959
// See https://goo.gl/C4t7Tz for more details.
6060
type PluginSettings struct {

0 commit comments

Comments
 (0)