Skip to content

Commit

Permalink
android#47 bugfix javadoc mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Ando committed Jun 18, 2020
1 parent 954cb54 commit 727a7a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import androidx.viewbinding.ViewBinding
* [Fragment.onViewCreated].
*
* ```
* private val binding by dataBindings(HomeFragmentBinding::bind)
* private val binding by viewBindings(HomeFragmentBinding::bind)
*
* override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
* binding.someView.someField = ...
Expand Down

0 comments on commit 727a7a3

Please sign in to comment.