Skip to content

Commit

Permalink
Merge pull request #189 from jamesfe/bug/fix_minor_typo
Browse files Browse the repository at this point in the history
Minor Typo Fix
  • Loading branch information
Sean Treadway committed Mar 11, 2016
2 parents b4f3cea + 2fbcb7e commit 2e25825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ the type "direct" with the routing key matching the queue's name. With this
default binding, it is possible to publish messages that route directly to
this queue by publishing to "" with the routing key of the queue name.
QueueDeclare("alerts", true, false, false false, false, nil)
QueueDeclare("alerts", true, false, false, false, nil)
Publish("", "alerts", false, false, Publishing{Body: []byte("...")})
Delivery Exchange Key Queue
Expand Down

0 comments on commit 2e25825

Please sign in to comment.