fix: fix typo in plugin
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ type Embed interface {
|
||||
}
|
||||
|
||||
var (
|
||||
// CallReviewer is a function that calls all registered parsers
|
||||
// CallEmbed is a function that calls all registered parsers
|
||||
CallEmbed,
|
||||
registerEmbed = MakePlugin[Embed](false)
|
||||
)
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ type Render interface {
|
||||
}
|
||||
|
||||
var (
|
||||
// CallReviewer is a function that calls all registered parsers
|
||||
// CallRender is a function that calls all registered parsers
|
||||
CallRender,
|
||||
registerRender = MakePlugin[Render](false)
|
||||
)
|
||||
|
||||
+1
-1
@@ -124,7 +124,7 @@ type SearchSyncer interface {
|
||||
}
|
||||
|
||||
var (
|
||||
// CallUserCenter is a function that calls all registered parsers
|
||||
// CallSearch is a function that calls all registered parsers
|
||||
CallSearch,
|
||||
registerSearch = MakePlugin[Search](false)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user