Skip to content

Commit e1394dc

Browse files
committed
address minor styling issues [#17]
1 parent b35caf5 commit e1394dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BunqSdk/Http/Pagination.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Pagination
1212
"Could not generate previous page URL params: there is no previous page.";
1313

1414
/// <summary>
15-
/// URL Param constants.
15+
/// URL param constants.
1616
/// </summary>
1717
public const string PARAM_OLDER_ID = "older_id";
1818
public const string PARAM_NEWER_ID = "newer_id";

BunqSdk/Json/PaginationConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class PaginationConverter : JsonConverter
2727
private const int INDEX_PARAM_VALUE = 1;
2828

2929
/// <summary>
30-
/// Base dummy URL to hack though the incomplete relative URI functionality of dotnetcore.
30+
/// Base dummy URL to hack through the incomplete relative URI functionality of dotnetcore.
3131
/// </summary>
3232
private const string URI_BASE_DUMMY = "https://example.com";
3333

0 commit comments

Comments
 (0)