From 2b9284ccef04d366313f397d9d79391b42ad88ef Mon Sep 17 00:00:00 2001 From: jaffee Date: Wed, 18 Jan 2017 23:42:44 -0600 Subject: [PATCH] it's -> its --- bench/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/doc.go b/bench/doc.go index 2e451d69c..6554ffe80 100644 --- a/bench/doc.go +++ b/bench/doc.go @@ -9,7 +9,7 @@ // When writing a new benchmark, there are a few things to keep in mind other // than just implementing the interface: // -// 1. The benchmark should modify it's own configuration in its Init method based +// 1. The benchmark should modify its own configuration in its Init method based // on the agentNum it is given. How it modifies is specific to the benchmark, // but the idea is that it should make sense to call the benchmark with the same // configuration, but multiple different agent numbers, and it should do useful