Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaville authored Feb 3, 2019
1 parent 87d9012 commit 750114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Also, if you are using obfuscation you need to keep names for the registries so

# Limitations

* `@ProvidesSingletonInScope` annotation is not supported because it's not available in runtime, use `providesSingletonInScope()` binding instead. It can be fixed in the futuer by monkey-patching this annoation.
* `@ProvidesSingletonInScope` annotation is not supported because it's not available in runtime, use `providesSingletonInScope()` binding instead. It can be fixed in the future by monkey-patching this annoation
* Superclass member injection is not supported for dependencies created using factories (see [FactoryGenerator.java](https://github.com/stephanenicolas/toothpick/blob/master/toothpick-compiler/src/main/java/toothpick/compiler/factory/generators/FactoryGenerator.java#L56))
* This implementation may contain bugs, please do not use for production

0 comments on commit 750114d

Please sign in to comment.