Skip to content

Commit

Permalink
chore: Update doc strings in documentation.go (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 24, 2024
1 parent cd9dea7 commit db7f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/types/documentation.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
*/
package types

// Documentation is the interface for Action and Reusable
// Documentation is the interface for Action, Reusable and CodeBlock
type Documentation interface {
GetData() error
RenderOutput() error
Expand Down

0 comments on commit db7f9db

Please sign in to comment.