coredump-ch / coredumpbot

A mighty chatbot. Right now it supports Telegram, in the future maybe also IRC and Jabber.
4 stars 2 forks source link

Fixed some typos #40

Closed dbrgn closed 8 years ago

dbrgn commented 8 years ago

Additionally, a type suffix is not necessary for multiplication with a literal, the type is automatically derived.

dns2utf8 commented 8 years ago

Very cool, can you rebase it?

dbrgn commented 8 years ago

Done. I hope the multi line string literal doesn't break anything.

rnestler commented 8 years ago

Done. I hope the multi line string literal doesn't break anything.

You could have used the concat! macro if you don't like multi line string literals.

dbrgn commented 8 years ago

Good point, will try to remember that in the future ::)