changeset 6:53f946107ec1

Fix typo
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 08 Oct 2016 00:10:30 +0200
parents 3f7cb34bdc63
children a8a747e3e568
files types.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/types.go	Fri Oct 07 23:38:17 2016 +0200
+++ b/types.go	Sat Oct 08 00:10:30 2016 +0200
@@ -68,7 +68,7 @@
 // Used by Server for external requests calling into the participant, as well
 // as making requests to remote participants.
 type ParticipantStub interface {
-	// Master -> participants; instance number must be greater than any one previously used;\
+	// Master -> participants; instance number must be greater than any one previously used;
 	// second argument is the sending member (i.e. master)
 	// The return value is the highest instance number (equal to argument means positive vote, greater than
 	// argument means that vote has not been given).