Skip to content

Commit 8a6817f

Browse files
committed
docs: update link factory docs
1 parent 465052d commit 8a6817f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Packages/Marketplace/Runtime/LinkFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static string GenerateOnRampLink(
111111
/// <param name="environment">Specifies the environment (<c>Sandbox</c> or <c>Production</c>).</param>
112112
/// <param name="publishableKey">The publishable key obtained from <a href="https://hub.immutable.com/">Immutable Hub</a>. See <a href="https://docs.immutable.com/api/zkEVM/apikeys">API keys</a> for more details.</param>
113113
/// <param name="queryParams">The query parameters for the swap flow. Uses default values if not specified.</param>
114-
/// <returns>A swap URL.</returns>
114+
/// <returns>The generated swap URL.</returns>
115115
public static string GenerateSwapLink(
116116
Environment environment,
117117
string publishableKey,
@@ -141,7 +141,7 @@ public static string GenerateSwapLink(
141141
/// </summary>
142142
/// <param name="environment">Specifies the environment (<c>Sandbox</c> or <c>Production</c>).</param>
143143
/// <param name="queryParams">The query parameters for the bridge flow. Uses default values if not specified.</param>
144-
/// <returns>A bridge URL.</returns>
144+
/// <returns>The generated bridge URL.</returns>
145145
public static string GenerateBridgeLink(
146146
Environment environment,
147147
BridgeQueryParams queryParams = default

0 commit comments

Comments
 (0)