Skip to content

Commit

Permalink
fix docstring reference to variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Nov 1, 2018
1 parent fe25a91 commit e00d680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/PackageRegistry.sol
Expand Up @@ -63,7 +63,7 @@ contract PackageRegistry is Authorized, PackageRegistryInterface {
//
/// @dev Creates a a new release for the named package. If this is the first release for the given package then this will also assign msg.sender as the owner of the package. Returns success.
/// @notice Will create a new release the given package with the given release information.
/// @param name Package name
/// @param packageName Package name
/// @param version Version string (ex: '1.0.0')
/// @param manifestURI The URI for the release manifest for this release.
function release(
Expand Down

0 comments on commit e00d680

Please sign in to comment.