Skip to content

Commit 49756cb

Browse files
Fix typo
1 parent b681c54 commit 49756cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsharp-mode-font.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ with initial value INITVALUE and optional DOCSTRING."
291291
(,fsharp-type-def-regexp 1 font-lock-type-face)
292292
(,fsharp-function-def-regexp 1 font-lock-function-name-face)
293293
(,fsharp-pattern-function-regexp 1 font-lock-function-name-face)
294-
;; Active records
294+
;; Active Pattern
295295
("(|" (0 'fsharp-ui-operator-face)
296296
("\\([A-Za-z'_]+\\)\\(|)?\\)"
297297
nil nil

0 commit comments

Comments
 (0)