Skip to content

Commit 0b36e72

Browse files
authored
Docs/fix spelling (#37)
* docs: therefor -> therefore * docs: XP => influence
1 parent f4ad581 commit 0b36e72

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/Helldivers-2-API/wwwroot/Helldivers-2-API.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
},
511511
"impactMultiplier": {
512512
"type": "number",
513-
"description": "This is the factor by which XP at the end of a mission is multiplied to calculate the impact on liberation",
513+
"description": "This is the factor by which influence at the end of a mission is multiplied to calculate the impact on liberation",
514514
"format": "double"
515515
},
516516
"storyBeatId32": {
@@ -1120,7 +1120,7 @@
11201120
},
11211121
"Task": {
11221122
"type": "object",
1123-
"description": "Represents a task in an Assignment.\nIt's exact values are not known, therefor little of it's purpose is clear.",
1123+
"description": "Represents a task in an Assignment.\nIt's exact values are not known, therefore little of it's purpose is clear.",
11241124
"additionalProperties": false,
11251125
"properties": {
11261126
"type": {
@@ -1621,4 +1621,4 @@
16211621
}
16221622
}
16231623
}
1624-
}
1624+
}

src/Helldivers-2-API/wwwroot/Helldivers-2-API_arrowhead.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
},
210210
"impactMultiplier": {
211211
"type": "number",
212-
"description": "This is the factor by which XP at the end of a mission is multiplied to calculate the impact on liberation",
212+
"description": "This is the factor by which influence at the end of a mission is multiplied to calculate the impact on liberation",
213213
"format": "double"
214214
},
215215
"storyBeatId32": {
@@ -819,7 +819,7 @@
819819
},
820820
"Task": {
821821
"type": "object",
822-
"description": "Represents a task in an Assignment.\nIt's exact values are not known, therefor little of it's purpose is clear.",
822+
"description": "Represents a task in an Assignment.\nIt's exact values are not known, therefore little of it's purpose is clear.",
823823
"additionalProperties": false,
824824
"properties": {
825825
"type": {
@@ -869,4 +869,4 @@
869869
}
870870
}
871871
}
872-
}
872+
}

src/Helldivers-2-Models/ArrowHead/Assignments/Task.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/// <summary>
44
/// Represents a task in an <see cref="Assignment" />.
5-
/// It's exact values are not known, therefor little of it's purpose is clear.
5+
/// It's exact values are not known, therefore little of it's purpose is clear.
66
/// </summary>
77
/// <param name="Type">A numerical value, purpose unknown.</param>
88
/// <param name="Values">A list of numerical values, purpose unknown.</param>

src/Helldivers-2-Models/ArrowHead/WarStatus.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Helldivers.Models.ArrowHead;
77
/// </summary>
88
/// <param name="WarId">The war season this snapshot refers to.</param>
99
/// <param name="Time">The time this snapshot was taken.</param>
10-
/// <param name="ImpactMultiplier">This is the factor by which XP at the end of a mission is multiplied to calculate the impact on liberation</param>
10+
/// <param name="ImpactMultiplier">This is the factor by which influence at the end of a mission is multiplied to calculate the impact on liberation</param>
1111
/// <param name="StoryBeatId32">Internal identifier, purpose unknown.</param>
1212
/// <param name="PlanetStatus">A list of statuses for planets.</param>
1313
/// <param name="PlanetAttacks">A list of attacks currently ongoing.</param>

0 commit comments

Comments
 (0)