Skip to content

Commit

Permalink
Update IViewModule.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Guayaba221 authored Jan 20, 2025
1 parent 5bb1f0f commit 39ef9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/modules/base/IViewModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { IModule } from "./IModule.sol";

/// @notice View Module Interface
/// View modules typically are read-only modules that are responsible for displaying
/// IP-related data in various ways to meet different needs.For instance,
/// IP-related data in various ways to meet different needs. For instance,
/// they can display simple/base/core metadata, book specific metadata, license details metadata,
/// or even IP graph data for the same IPAccount using different View Modules.
/// This module offers flexibility in selecting which data to display and how to present it.
Expand Down

0 comments on commit 39ef9c6

Please sign in to comment.