Skip to content

Commit 5bad415

Browse files
MarijnS95ids1024
authored andcommitted
cursor: Clean up new "fallback"/"callback" docs
1 parent d343214 commit 5bad415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wayland-cursor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ impl CursorTheme {
190190
///
191191
/// This method returns [`None`] if this cursor is not provided either by the theme, or by one of its parents.
192192
///
193-
/// If a [fallback is set], it will use the data from fallback.
193+
/// If a [fallback is set], it will use the data returned by the fallback.
194194
///
195195
/// [fallback is set]: Self::set_fallback()
196196
pub fn get_cursor(&mut self, name: &str) -> Option<&Cursor> {

0 commit comments

Comments
 (0)