Skip to content

Commit

Permalink
Fix an adoc syntax typo in Node Pattern docs
Browse files Browse the repository at this point in the history
Missing `[`
  • Loading branch information
CvX authored and marcandre committed Jul 5, 2021
1 parent fcaff84 commit e082743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/node_pattern.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ We can use the `#prime?` function directly in the expression:

You may call a method on a constant too. Let's say you define:

source,ruby]
[source,ruby]
----
module Util
def self.palindrome?(str)
Expand Down

0 comments on commit e082743

Please sign in to comment.