Skip to content

Commit

Permalink
chore: update doc comments
Browse files Browse the repository at this point in the history
Co-authored-by: NikaHsn <[email protected]>
  • Loading branch information
Jordan-Nelson and NikaHsn authored Apr 12, 2024
1 parent f82ba4e commit 3d57990
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class S3PathResolver {
}
}

/// Resolve the given [path].
/// Resolves the given [path].
///
/// Returns a string which is the S3 Object Key.
///
Expand Down Expand Up @@ -70,7 +70,7 @@ class S3PathResolver {
return resolvedPath;
}

/// Resolve multiple [StoragePath] objects.
/// Resolves multiple [StoragePath] objects.
///
/// This method will only fetch the current user's identityId one time.
Future<List<String>> resolvePaths({
Expand Down

0 comments on commit 3d57990

Please sign in to comment.