misspell fix

Former-commit-id: e301671f86118ad6ac686fd3e43b3cba92dbbff1
This commit is contained in:
Gerasimos (Makis) Maropoulos 2017-12-22 11:08:16 +02:00
parent 12ef034ea1
commit a5a87706c1

View File

@ -45,7 +45,7 @@ func Configure(party router.Party, configurators ...func(*Application)) *Applica
// Author's Notes-> // Author's Notes->
// About the Configure's comment: +5 space to be shown in equal width to the previous or after line. // About the Configure's comment: +5 space to be shown in equal width to the previous or after line.
// //
// About the Configure's design choosen: // About the Configure's design chosen:
// Yes, we could just have a `New(party, configurators...)` // Yes, we could just have a `New(party, configurators...)`
// but I think the `New()` and `Configure(configurators...)` API seems more native to programmers, // but I think the `New()` and `Configure(configurators...)` API seems more native to programmers,
// at least to me and the people I ask for their opinion between them. // at least to me and the people I ask for their opinion between them.