Skip to content

Commit 8d55621

Browse files
Fix typos in AGENTS.md
1 parent b5a6f67 commit 8d55621

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

AGENTS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ They have very similar APIs except that all functions of the async client are, w
3030
* Blocking client: @src/blocking_api.rs
3131
* HTTP API request types: @src/requests.rs
3232
* HTTP API response types: @src/responses.rs
33-
* Types shared between requests and responses: @src/common.rs
33+
* Types shared between requests and responses: @src/commons.rs
3434
* Error types: @src/error.rs
3535
* Definition transformations: @src/transformers.rs
3636

@@ -46,9 +46,12 @@ They have very similar APIs except that all functions of the async client are, w
4646
* [RabbitMQ HTTP API](https://www.rabbitmq.com/docs/http-api-reference)
4747
* [RabbitMQ Documentation](https://www.rabbitmq.com/docs/)
4848

49+
Treat this documentation as the ultimate first party source of truth.
50+
4951
## Change Log
5052

51-
If asked to perform change log updates, consult and modify @CHANGELOG.md.
53+
If asked to perform change log updates, consult and modify @CHANGELOG.md and stick to its
54+
existing writing style.
5255

5356
## Git Commits
5457

0 commit comments

Comments
 (0)