Skip to content

Commit aa550a1

Browse files
committed
docs(align): fix typo
1 parent 12ebac8 commit aa550a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/mini-align.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ Outline of how filtering is done:
835835
evaluated in manually created context (some specific variables being set).
836836
- Compute boolean mask for parts by applying predicate to each element of
837837
2d array with special variables set to specific values (see next section).
838-
- Group parts with compted mask. See `group()` method of parts in
838+
- Group parts with computed mask. See `group()` method of parts in
839839
|MiniAlign.as_parts()|.
840840

841841
Special variables which can be used in expression:

lua/mini/align.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ MiniAlign.gen_step.default_merge = function() return MiniAlign.new_step('merge',
11411141
--- evaluated in manually created context (some specific variables being set).
11421142
--- - Compute boolean mask for parts by applying predicate to each element of
11431143
--- 2d array with special variables set to specific values (see next section).
1144-
--- - Group parts with compted mask. See `group()` method of parts in
1144+
--- - Group parts with computed mask. See `group()` method of parts in
11451145
--- |MiniAlign.as_parts()|.
11461146
---
11471147
--- Special variables which can be used in expression:

0 commit comments

Comments
 (0)