Skip to content

Commit

Permalink
Fix spelling and a few links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Nov 26, 2024
1 parent 5da104b commit 825b19e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ ignore$
^docs/doxygen/mainpage.md$
^\Qcmake/test/data/test-implementations/Deployment/TestModule/Empty.cpp\E$
^\Qcmake/test/data/test-implementations/test-platforms/library.cmake\E$
mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ stream driver model for backwards compatibility.


> [!NOTE]
> components implementing the *Communication Adapter Interface* must deallocate any `Fw::Buffer` received on the `comDataIn` port or must delegate the deallocation to another component (e.g. a driver). See [Memory Management in F´ (under construction)](memory.md)
> components implementing the *Communication Adapter Interface* must deallocate any `Fw::Buffer` received on the `comDataIn` port or must delegate the deallocation to another component (e.g. a driver).
### comDataIn Description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ will be done automatically:

The `fprime-util new --component` uses the built-in cookiecutter template by default,
but users can substitute their own component template by using the component_cookiecutter
field of the settings.ini file. To learn more, see [Creating and Using a Cookiecutter Template](cookiecutter.md).
field of the settings.ini file. To learn more, see the [Cookiecutter Documentation](https://cookiecutter.readthedocs.io/en/latest/index.html).

### Component Implementation

Expand Down
3 changes: 1 addition & 2 deletions docs/documentation/user-manual/overview/enum-arr-ser.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ Arrays are fixed-length containers of other types. They must be type-homogeneous
### Serializables

Serializables are field-value compositions of other types. They can be type-heterogeneous and may contain any other type
as a value. The autocoder will generate a class with accessor methods for the fields. See the full specification for
the serializable XML: [F´ XML Specifications: Serializables](../framework/xml-specification.md#serializable)
as a value. The autocoder will generate a class with accessor methods for the fields.

### C++ Classes

Expand Down
1 change: 0 additions & 1 deletion test.md

This file was deleted.

0 comments on commit 825b19e

Please sign in to comment.