Skip to content

Commit

Permalink
Fix documentation typos
Browse files Browse the repository at this point in the history
Signed-off-by: Márton Braun <braunmarci@gmail.com>
  • Loading branch information
zsmb13 committed Dec 1, 2020
1 parent c098ea6 commit a5c24c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract class RainbowCakeActivity<VS : Any, VM : RainbowCakeViewModel<VS
/**
* This method should return a ViewModel instance for the current Fragment.
*
* If one of RainbowCake's own DI libraries are being used, this method should
* If one of RainbowCake's own DI libraries is being used, this method should
* return the result of a [getViewModelFromFactory] call.
*/
public abstract fun provideViewModel(): VM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public abstract class RainbowCakeBottomSheetDialogFragment<VS : Any, VM : Rainbo
/**
* This method should return a ViewModel instance for the current Fragment.
*
* If one of RainbowCake's own DI libraries are being used, this method should
* If one of RainbowCake's own DI libraries is being used, this method should
* return the result of a [getViewModelFromFactory] call.
*/
protected abstract fun provideViewModel(): VM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public abstract class RainbowCakeDialogFragment<VS : Any, VM : RainbowCakeViewMo
/**
* This method should return a ViewModel instance for the current Fragment.
*
* If one of RainbowCake's own DI libraries are being used, this method should
* If one of RainbowCake's own DI libraries is being used, this method should
* return the result of a [getViewModelFromFactory] call.
*/
protected abstract fun provideViewModel(): VM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public abstract class RainbowCakeFragment<VS : Any, VM : RainbowCakeViewModel<VS
/**
* This method should return a ViewModel instance for the current Fragment.
*
* If one of RainbowCake's own DI libraries are being used, this method should
* If one of RainbowCake's own DI libraries is being used, this method should
* return the result of a [getViewModelFromFactory] call.
*/
protected abstract fun provideViewModel(): VM
Expand Down

0 comments on commit a5c24c5

Please sign in to comment.