Skip to content

Commit 15d2ef5

Browse files
authored
docs: fix grammar on style-guide (#678)
1 parent eafa864 commit 15d2ef5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/development/styleguide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Your contribution should fulfill the criteria provided below.
4949
on the selected benchmark sets and other things. In such situations, dictionaries that
5050
map strings to BenchmarkProblem objects are a good idea.
5151

52-
- Think about autocomplete! If want to accept a string as argument (e.g. an algorithm
53-
name) also accept input types that are more amenable to static analysis and offer
54-
better autocomplete.
52+
- Think about autocomplete! If you want to accept a string as an argument (e.g. an
53+
algorithm name) also accept input types that are more amenable to static analysis and
54+
offer better autocomplete.
5555

5656
- Whenever possible, use immutable types. Whenever things need to be changeable,
5757
consider using an immutable type with copy constructors for modified instances.

0 commit comments

Comments
 (0)