Effective Haskell: awkward sentence (page 79)

This sentence is awkwardly phrased: “Just like the factors example, we start this function off by calling a helper function that takes an accumulator value, in this case isBalanced’ takes a counter.”

One solution would be to separate the last clause into its own sentence (“In this case isBalanced’ takes a counter.”), but there are other options too.