Skip to content

Commit

Permalink
Improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mudgen committed Oct 15, 2020
1 parent 39083d1 commit 5b44ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Diamond.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pragma solidity ^0.7.1;
pragma experimental ABIEncoderV2;

/******************************************************************************\
* Author: Nick Mudge
* Author: Nick Mudge <nick@perfectabstractions.com> (https://twitter.com/mudgen)
*
* Implementation of an example of a diamond.
* Implementation of a diamond.
/******************************************************************************/

import "./libraries/LibDiamond.sol";
Expand Down

0 comments on commit 5b44ced

Please sign in to comment.