Skip to content

Commit

Permalink
Fix misspell of DataReaderHistory in architecture.rst (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbulucay authored Jul 24, 2024
1 parent 565d5fe commit 93305ed
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -72,7 +72,7 @@ section.
* **DataReader**.
It is the entity that subscribes to the topics for the reception of publications.
The user must provide a subscription Topic when creating this entity.
A DataReader receives the messages as changes in its HistoryDataReader.
A DataReader receives the messages as changes in its DataReaderHistory.
* **DataReaderHistory**.
It contains the `changes` in the data-objects that the DataReader receives as a result of subscribing to a certain
Topic.
Expand Down

0 comments on commit 93305ed

Please sign in to comment.