File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments