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.
/// </summary>
/// <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>
/// <param name="apiKey">The API key for authentication</param>
/// <returns><see cref="TribufuApi"/> instance configured with the API key</returns>