Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Aug 13, 2020
1 parent 399d613 commit 3b76032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/base/IEntityCoreFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface IEntityCoreFacet {
* @param _dates The initiation, start and maturation dates (seconds since epoch).
* @param _unit The payment unit.
* @param _premiumIntervalSeconds The time between successive premium payments (seconds).
* @param _commmissionsBP The commissions (basis points, 1 = 0.1%) to pay the broker, asset manager and Nayms (1 = 0.1%)
* @param _commmissionsBP The commissions (basis points, 1 = 0.1%) to pay the broker, asset manager and Nayms
*/
function createPolicy(
uint256[] calldata _dates,
Expand Down

0 comments on commit 3b76032

Please sign in to comment.