Skip to content

Commit ab30ee2

Browse files
committed
Comment
1 parent d949fb0 commit ab30ee2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nmqtt/nmqtt.nim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# --------------------
44
#
55
# This file contains the code for the MQTT broker. Broker specific procs
6-
# is defined within this file, while all base MQTT-code is included from
7-
# the main library file.
6+
# and CLI are defined within this file, while all base MQTT-code is included
7+
# from the main library file (`../nmqtt.nim`).
88
#
9-
# The file is named the same as the library so when the binaries are
9+
# This file is named the same as the library file, so when the binaries are
1010
# generated, the brokers binary will be named `nmqtt`.
1111
#
1212

0 commit comments

Comments
 (0)