Skip to content

Commit

Permalink
Fix mispelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniRoman committed Jun 27, 2024
1 parent 2695139 commit b317bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/BackedAutoFeeTokenImplementation.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-License-Identifier: MIT
*
* Copyright (c) 2021-2022 Backed Finance AG
* Copyright (c) 2021-2024 Backed Finance AG
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -47,7 +47,7 @@ import "./BackedTokenImplementation.sol";
* with logic of multiplier, which is used for rebasing logic of the token, thus becoming rebase token itself. Additionally, it contains
* mechanism, which changes this multiplier per configured fee periodically, on defined period length.
* It contains one additional role:
* - A multiplierUpdated, that can update value of a multiplier.
* - A multiplierUpdater, that can update value of a multiplier.
*
*/

Expand Down

0 comments on commit b317bdf

Please sign in to comment.