Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Sep 2, 2016
1 parent a4794ea commit 8d1f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ that key is pressed to begin a block literal."
(defconst yaml-scalar-context-re
(concat "\\(?:^\\(?:--- \\)?\\|{\\|\\(?: *[-,] +\\)+\\) *"
"\\(?:" yaml-bare-scalar-re " *: \\)?")
"Regexp indicating the begininng of a scalar context.")
"Regexp indicating the beginning of a scalar context.")

(defconst yaml-nested-map-re
(concat ".*: *\\(?:&.*\\|{ *\\|" yaml-tag-re " *\\)?$")
Expand Down

0 comments on commit 8d1f218

Please sign in to comment.