Skip to content

Commit

Permalink
docs: Fix PathResolver doc comment (tauri-apps#8876)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Feb 18, 2024
1 parent d72b6f3 commit ed33b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tauri/src/path/desktop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use super::{Error, Result};
use crate::{AppHandle, Manager, Runtime};
use std::path::PathBuf;

/// A helper class to access the mobile camera APIs.
/// The path resolver is a helper class for general and application-specific path APIs.
pub struct PathResolver<R: Runtime>(pub(crate) AppHandle<R>);

impl<R: Runtime> PathResolver<R> {
Expand Down

0 comments on commit ed33b85

Please sign in to comment.