Skip to content

Commit

Permalink
Fix some typos (#985)
Browse files Browse the repository at this point in the history
* Change count func to attr

Signed-off-by: Juanjo Garcia <juanjosegarciaesteban@gmail.com>

* Fix typo

Signed-off-by: Juanjo Garcia <juanjosegarciaesteban@gmail.com>

---------

Signed-off-by: Juanjo Garcia <juanjosegarciaesteban@gmail.com>
(cherry picked from commit d963db8)
  • Loading branch information
juanjo4936 authored and mergify[bot] committed Dec 17, 2024
1 parent d57d252 commit 5459204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ event.
The overridden callback |DataWriterListener::on_publication_matched-api|
allows the definition of a series of actions when a new DataReader
is detected listening to the topic under which the DataWriter is publishing.
The :func:`info.current_count_change` detects these changes of DataReaders that are matched to the
The :attr:`info.current_count_change` detects these changes of DataReaders that are matched to the
DataWriter.
This is a member in the |MatchedStatus-api| structure that allows tracking changes in the status of subscriptions.
Finally, the ``listener_`` object of the class is defined as an instance of :class:`PubListener`.
Expand Down
2 changes: 1 addition & 1 deletion docs/fastdds/library_overview/includes/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environments can be seen.
* **RTPS layer**.
Implementation of the `Real-Time Publish-Subscribe (RTPS) protocol <https://www.omg.org/spec/DDSI-RTPS/2.2>`_
for interoperability with DDS applications.
This layer acts an abstraction layer of the transport layer.
This layer acts as an abstraction layer of the transport layer.
* **Transport Layer**.
*Fast DDS* can be used over various transport protocols such as unreliable transport protocols (UDP), reliable
transport protocols (TCP), or shared memory transport protocols (SHM).
Expand Down

0 comments on commit 5459204

Please sign in to comment.