Skip to content

Commit

Permalink
doc: fix natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Jul 3, 2023
1 parent b8df3b8 commit 509f7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diamonds/nayms/facets/EntityFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ contract EntityFacet is IEntityFacet, Modifiers, ReentrancyGuard {
/**
* @notice Get the fee schedule
* @param _entityId ID of the entity
* @param __feeScheduleType fee schedule type
* @returns FeeSchedule of given type for the entity
* @param _feeScheduleType fee schedule type
* @return FeeSchedule of given type for the entity
*/
function getFeeSchedule(bytes32 _entityId, uint256 _feeScheduleType) external view returns (FeeSchedule memory) {
return LibFeeRouter._getFeeSchedule(_entityId, _feeScheduleType);
Expand Down

0 comments on commit 509f7d3

Please sign in to comment.