Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/doc-site/project/maintainers/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ one "forward" variant and one "forward formatted" variant (as methods).

All these variants make up several hundreds functions, which poses a challenge for maintenance and documentation.

We have adopted code and documentation generation as a mean to mitigate this issue.
We have adopted code and documentation generation as a means to mitigate this issue.

#### Current (v2.5.0-unreleased)

Expand Down Expand Up @@ -115,7 +115,7 @@ Everything in these packages is generated. Never edit generated files directly.

Exceptions:
* `doc.go` is not generated
* ad'hoc testable examples are not generated
* ad hoc testable examples are not generated

**Optional Feature Packages: `enable/`**

Expand Down
Loading