Skip to content

Commit

Permalink
fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jul 18, 2024
1 parent c670c7c commit 94ccf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixd/lib/Eval/AttrSetProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void fillString(nix::EvalState &State, nix::Value &V,
}
}

/// Describe the value as if \p Package is actually an nixpkgs package.
/// Describe the value as if \p Package is actually a nixpkgs package.
PackageDescription describePackage(nix::EvalState &State, nix::Value &Package) {
PackageDescription R;
fillString(State, Package, {"name"}, R.Name);
Expand Down

0 comments on commit 94ccf1d

Please sign in to comment.