Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 44f2b3b

Browse files
author
Emile Joubert
committed
Typo
1 parent b751a20 commit 44f2b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview.edoc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The main components are {@link amqp_connection} and {@link amqp_channel}. The {@
1919

2020
== AMQP Record Definitions ==
2121

22-
Many of the API functions take structured records as arguments. These records represent the commands defined in the AMQP execution model. The definitions for these records are automatically generated by the rabbitmq-codegen project. rabbit-codegen parses a machine readable view of the specification and generates a header file that includes the entire command set of AMQP. Each command in AMQP has an identically named record. The protocol documentation serves as a reference for the attributes of each command.
22+
Many of the API functions take structured records as arguments. These records represent the commands defined in the AMQP execution model. The definitions for these records are automatically generated by the rabbitmq-codegen project. rabbitmq-codegen parses a machine readable view of the specification and generates a header file that includes the entire command set of AMQP. Each command in AMQP has an identically named record. The protocol documentation serves as a reference for the attributes of each command.
2323

2424
== Programming Model ==
2525

0 commit comments

Comments
 (0)