Update TribufuApi.cs

This commit is contained in:
2025-06-03 19:37:55 -03:00
parent e63812204d
commit c8bb2d95b5

View File

@ -42,7 +42,7 @@ namespace Tribufu
/// Create a <see cref="TribufuApi"/> with the given API key. /// Create a <see cref="TribufuApi"/> with the given API key.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// A API key gives you public read only access to the Tribufu API. /// An API key gives you public read only access to the Tribufu API.
/// </remarks> /// </remarks>
/// <param name="apiKey">The API key for authentication</param> /// <param name="apiKey">The API key for authentication</param>
/// <returns><see cref="TribufuApi"/> instance configured with the API key</returns> /// <returns><see cref="TribufuApi"/> instance configured with the API key</returns>