Skip to content

Commit

Permalink
Set Google.Spacing NO in .vale.ini (#5027)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 committed Oct 6, 2023
1 parent ff8bc32 commit 251a7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ BasedOnStyles = Vale, Google
# Ignoring Google-specific rules - Not applicable under some circumstances
Google.WordList = NO
Google.Colons = NO
Google.Spacing = NO

# ignore Jinja placeholders
TokenIgnores = (?s){(.+?)}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user-guide/data_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ floats can describe the shape, so it takes the least amount of memory
to store.

This is because in |PolyData| or
|UnstructuredGrid|, points and cells must be explicitly
|UnstructuredGrid|, points, and cells must be explicitly
defined. In other data types, such as |ImageData|,
the cells (and even points) are defined as an emergent property based
on the dimensionality of the grid.
Expand Down

0 comments on commit 251a7d3

Please sign in to comment.