Skip to content

Commit

Permalink
Update src/libstore/profiles.hh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 authored Aug 21, 2023
1 parent 2c75e65 commit 708694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/profiles.hh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ enum class DefaultProfileKind
/**
* Returns the default kind of default profile.
*
* For regular users, this is DefaultProfileKind::Global, but for root it is DefaultProfileKind::User.
* For regular users, this is `DefaultProfileKind::User`, but for root it is `DefaultProfileKind::Global`.
*/
DefaultProfileKind defaultDefaultProfileKind();

Expand Down

0 comments on commit 708694c

Please sign in to comment.