mirror of https://github.com/google/benchmark.git
fix minor typo
This commit is contained in:
parent
b8084e5054
commit
5a77a6d8dc
|
@ -110,7 +110,7 @@ class __OptionMaker:
|
|||
|
||||
|
||||
# Alias for nicer API.
|
||||
# We have to instanciate an object, even if stateless, to be able to use __getattr__
|
||||
# We have to instantiate an object, even if stateless, to be able to use __getattr__
|
||||
# on option.range
|
||||
option = __OptionMaker()
|
||||
|
||||
|
|
Loading…
Reference in New Issue