Skip to content
Prev Previous commit
Next Next commit
fix: name -> title
  • Loading branch information
shrugs committed May 30, 2018
commit 926fa3f5033d7b473cb9171cbaf3a44de14dabea
2 changes: 1 addition & 1 deletion contracts/access/NonceTracker.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pragma solidity ^0.4.23;

/**
* @name NonceTracker
* @title NonceTracker
* @author Matt Condon (@shrugs)
* @dev A simple way to keep track of nonces and restrict access.
* @dev Use the `withAccess` modifier to restrict access by address.
Expand Down