Skip to content

Commit

Permalink
Fix #1662 ascii doc warning about go source snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Aug 13, 2020
1 parent d1c5067 commit 9b48a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/architecture/operator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ image::architecture/camel-k-state-machine-basic.png[State Machine]

Each state of the CR is handled by a dedicated handler, named `Action`, defined as follow:

[code,go]
[source,go]
----
type Action interface {
CanHandle(cr *v1.CR) bool // <1>
Expand Down

0 comments on commit 9b48a85

Please sign in to comment.