From 39ef9c66c6391b7c9c8c41d4d2d72a927a51471f Mon Sep 17 00:00:00 2001 From: planetBoy <140164174+Guayaba221@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:00:09 +0100 Subject: [PATCH] Update IViewModule.sol --- contracts/interfaces/modules/base/IViewModule.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/modules/base/IViewModule.sol b/contracts/interfaces/modules/base/IViewModule.sol index 6388c35e..ecd06247 100644 --- a/contracts/interfaces/modules/base/IViewModule.sol +++ b/contracts/interfaces/modules/base/IViewModule.sol @@ -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.