Skip to content

Commit 8246300

Browse files
committed
Remove "The" from Lua tooltips
1 parent 3ad37fd commit 8246300

4 files changed

Lines changed: 70 additions & 70 deletions

File tree

generated/lua_keywords_pretty.xml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export type rotation = quaternion</string>
325325
<key>math.pi</key>
326326
<map>
327327
<key>tooltip</key>
328-
<string>The value of pi</string>
328+
<string>Value of pi</string>
329329
<key>type</key>
330330
<string>number</string>
331331
<key>value</key>
@@ -9571,7 +9571,7 @@ float falloff – ranges from 0.01 to 2.0
95719571
<key>_G</key>
95729572
<map>
95739573
<key>tooltip</key>
9574-
<string>The table of Lua builtin globals.</string>
9574+
<string>Table of Lua builtin globals.</string>
95759575
<key>type</key>
95769576
<string>any</string>
95779577
<key>value</key>
@@ -10566,7 +10566,7 @@ float falloff – ranges from 0.01 to 2.0
1056610566
<key>value</key>
1056710567
<map>
1056810568
<key>tooltip</key>
10569-
<string>The value to check for truthiness.</string>
10569+
<string>Value to check for truthiness.</string>
1057010570
<key>type</key>
1057110571
<string>T?</string>
1057210572
</map>
@@ -10625,7 +10625,7 @@ float falloff – ranges from 0.01 to 2.0
1062510625
<key>message</key>
1062610626
<map>
1062710627
<key>tooltip</key>
10628-
<string>The error message to raise.</string>
10628+
<string>Error message to raise.</string>
1062910629
<key>type</key>
1063010630
<string>T</string>
1063110631
</map>
@@ -10675,7 +10675,7 @@ float falloff – ranges from 0.01 to 2.0
1067510675
<key>obj</key>
1067610676
<map>
1067710677
<key>tooltip</key>
10678-
<string>The object to get the metatable for.</string>
10678+
<string>Object to get the metatable for.</string>
1067910679
<key>type</key>
1068010680
<string>T</string>
1068110681
</map>
@@ -10702,7 +10702,7 @@ float falloff – ranges from 0.01 to 2.0
1070210702
<key>tab</key>
1070310703
<map>
1070410704
<key>tooltip</key>
10705-
<string>The table to iterate over.</string>
10705+
<string>Table to iterate over.</string>
1070610706
<key>type</key>
1070710707
<string>{V}</string>
1070810708
</map>
@@ -10753,7 +10753,7 @@ float falloff – ranges from 0.01 to 2.0
1075310753
<key>t</key>
1075410754
<map>
1075510755
<key>tooltip</key>
10756-
<string>The table to traverse.</string>
10756+
<string>Table to traverse.</string>
1075710757
<key>type</key>
1075810758
<string>{[K]: V}</string>
1075910759
</map>
@@ -10790,7 +10790,7 @@ float falloff – ranges from 0.01 to 2.0
1079010790
<key>t</key>
1079110791
<map>
1079210792
<key>tooltip</key>
10793-
<string>The table to iterate over.</string>
10793+
<string>Table to iterate over.</string>
1079410794
<key>type</key>
1079510795
<string>{[K]: V}</string>
1079610796
</map>
@@ -10919,7 +10919,7 @@ float falloff – ranges from 0.01 to 2.0
1091910919
<key>t</key>
1092010920
<map>
1092110921
<key>tooltip</key>
10922-
<string>The table to perform the lookup on.</string>
10922+
<string>Table to perform the lookup on.</string>
1092310923
<key>type</key>
1092410924
<string>{[K]: V}</string>
1092510925
</map>
@@ -10928,7 +10928,7 @@ float falloff – ranges from 0.01 to 2.0
1092810928
<key>k</key>
1092910929
<map>
1093010930
<key>tooltip</key>
10931-
<string>The key to look up in the table.</string>
10931+
<string>Key to look up in the table.</string>
1093210932
<key>type</key>
1093310933
<string>K</string>
1093410934
</map>
@@ -10956,7 +10956,7 @@ float falloff – ranges from 0.01 to 2.0
1095610956
<key>t</key>
1095710957
<map>
1095810958
<key>tooltip</key>
10959-
<string>The table or string to compute the length of.</string>
10959+
<string>Table or string to compute the length of.</string>
1096010960
<key>type</key>
1096110961
<string>{[K]: V} | string</string>
1096210962
</map>
@@ -10984,7 +10984,7 @@ float falloff – ranges from 0.01 to 2.0
1098410984
<key>t</key>
1098510985
<map>
1098610986
<key>tooltip</key>
10987-
<string>The table to assign the value to.</string>
10987+
<string>Table to assign the value to.</string>
1098810988
<key>type</key>
1098910989
<string>{[K]: V}</string>
1099010990
</map>
@@ -10993,7 +10993,7 @@ float falloff – ranges from 0.01 to 2.0
1099310993
<key>k</key>
1099410994
<map>
1099510995
<key>tooltip</key>
10996-
<string>The key to assign the value to.</string>
10996+
<string>Key to assign the value to.</string>
1099710997
<key>type</key>
1099810998
<string>K</string>
1099910999
</map>
@@ -11002,7 +11002,7 @@ float falloff – ranges from 0.01 to 2.0
1100211002
<key>v</key>
1100311003
<map>
1100411004
<key>tooltip</key>
11005-
<string>The value to assign.</string>
11005+
<string>Value to assign.</string>
1100611006
<key>type</key>
1100711007
<string>V</string>
1100811008
</map>
@@ -11025,7 +11025,7 @@ float falloff – ranges from 0.01 to 2.0
1102511025
<key>target</key>
1102611026
<map>
1102711027
<key>tooltip</key>
11028-
<string>The name of the external module.</string>
11028+
<string>Name of the external module.</string>
1102911029
<key>type</key>
1103011030
<string>any</string>
1103111031
</map>
@@ -11052,7 +11052,7 @@ float falloff – ranges from 0.01 to 2.0
1105211052
<key>i</key>
1105311053
<map>
1105411054
<key>tooltip</key>
11055-
<string>The index or '#' to count arguments.</string>
11055+
<string>Index or '#' to count arguments.</string>
1105611056
<key>type</key>
1105711057
<string>string | number</string>
1105811058
</map>
@@ -11061,7 +11061,7 @@ float falloff – ranges from 0.01 to 2.0
1106111061
<key>...</key>
1106211062
<map>
1106311063
<key>tooltip</key>
11064-
<string>The arguments to select from.</string>
11064+
<string>Arguments to select from.</string>
1106511065
<key>type</key>
1106611066
<string>A...</string>
1106711067
</map>
@@ -11089,7 +11089,7 @@ float falloff – ranges from 0.01 to 2.0
1108911089
<key>t</key>
1109011090
<map>
1109111091
<key>tooltip</key>
11092-
<string>The table to set the metatable for.</string>
11092+
<string>Table to set the metatable for.</string>
1109311093
<key>type</key>
1109411094
<string>T</string>
1109511095
</map>
@@ -11098,7 +11098,7 @@ float falloff – ranges from 0.01 to 2.0
1109811098
<key>mt</key>
1109911099
<map>
1110011100
<key>tooltip</key>
11101-
<string>The metatable to set.</string>
11101+
<string>Metatable to set.</string>
1110211102
<key>type</key>
1110311103
<string>MT</string>
1110411104
</map>
@@ -11121,7 +11121,7 @@ float falloff – ranges from 0.01 to 2.0
1112111121
<key>value</key>
1112211122
<map>
1112311123
<key>tooltip</key>
11124-
<string>The string to convert to a number.</string>
11124+
<string>String to convert to a number.</string>
1112511125
<key>type</key>
1112611126
<string>string? | number</string>
1112711127
</map>
@@ -11203,7 +11203,7 @@ float falloff – ranges from 0.01 to 2.0
1120311203
<key>value</key>
1120411204
<map>
1120511205
<key>tooltip</key>
11206-
<string>The object to convert to a string.</string>
11206+
<string>Object to convert to a string.</string>
1120711207
<key>type</key>
1120811208
<string>T</string>
1120911209
</map>
@@ -11276,7 +11276,7 @@ float falloff – ranges from 0.01 to 2.0
1127611276
<key>obj</key>
1127711277
<map>
1127811278
<key>tooltip</key>
11279-
<string>The object to get the type of.</string>
11279+
<string>Object to get the type of.</string>
1128011280
<key>type</key>
1128111281
<string>T</string>
1128211282
</map>
@@ -11303,7 +11303,7 @@ float falloff – ranges from 0.01 to 2.0
1130311303
<key>obj</key>
1130411304
<map>
1130511305
<key>tooltip</key>
11306-
<string>The object to get the type of.</string>
11306+
<string>Object to get the type of.</string>
1130711307
<key>type</key>
1130811308
<string>T</string>
1130911309
</map>
@@ -12899,7 +12899,7 @@ Returns true if result is non-zero.</string>
1289912899
<key>co</key>
1290012900
<map>
1290112901
<key>tooltip</key>
12902-
<string>The coroutine to close.</string>
12902+
<string>Coroutine to close.</string>
1290312903
<key>type</key>
1290412904
<string>thread</string>
1290512905
</map>
@@ -12959,7 +12959,7 @@ Returns true if result is non-zero.</string>
1295912959
<key>co</key>
1296012960
<map>
1296112961
<key>tooltip</key>
12962-
<string>The coroutine to resume.</string>
12962+
<string>Coroutine to resume.</string>
1296312963
<key>type</key>
1296412964
<string>thread</string>
1296512965
</map>
@@ -13005,7 +13005,7 @@ Returns true if result is non-zero.</string>
1300513005
<key>co</key>
1300613006
<map>
1300713007
<key>tooltip</key>
13008-
<string>The coroutine to check status of.</string>
13008+
<string>Coroutine to check status of.</string>
1300913009
<key>type</key>
1301013010
<string>thread</string>
1301113011
</map>
@@ -13466,7 +13466,7 @@ Returns true if result is non-zero.</string>
1346613466
<key>y</key>
1346713467
<map>
1346813468
<key>tooltip</key>
13469-
<string>The y-coordinate.</string>
13469+
<string>Y-coordinate.</string>
1347013470
<key>type</key>
1347113471
<string>number</string>
1347213472
</map>
@@ -13475,7 +13475,7 @@ Returns true if result is non-zero.</string>
1347513475
<key>x</key>
1347613476
<map>
1347713477
<key>tooltip</key>
13478-
<string>The x-coordinate.</string>
13478+
<string>X-coordinate.</string>
1347913479
<key>type</key>
1348013480
<string>number</string>
1348113481
</map>
@@ -13521,7 +13521,7 @@ Returns true if result is non-zero.</string>
1352113521
<key>n</key>
1352213522
<map>
1352313523
<key>tooltip</key>
13524-
<string>The value to be clamped.</string>
13524+
<string>Value to be clamped.</string>
1352513525
<key>type</key>
1352613526
<string>number</string>
1352713527
</map>
@@ -13677,7 +13677,7 @@ Returns true if result is non-zero.</string>
1367713677
<key>x</key>
1367813678
<map>
1367913679
<key>tooltip</key>
13680-
<string>The dividend.</string>
13680+
<string>Dividend.</string>
1368113681
<key>type</key>
1368213682
<string>number</string>
1368313683
</map>
@@ -13686,7 +13686,7 @@ Returns true if result is non-zero.</string>
1368613686
<key>y</key>
1368713687
<map>
1368813688
<key>tooltip</key>
13689-
<string>The divisor.</string>
13689+
<string>Divisor.</string>
1369013690
<key>type</key>
1369113691
<string>number</string>
1369213692
</map>
@@ -13801,7 +13801,7 @@ Returns true if result is non-zero.</string>
1380113801
<key>s</key>
1380213802
<map>
1380313803
<key>tooltip</key>
13804-
<string>The significand.</string>
13804+
<string>Significand.</string>
1380513805
<key>type</key>
1380613806
<string>number</string>
1380713807
</map>
@@ -13810,7 +13810,7 @@ Returns true if result is non-zero.</string>
1381013810
<key>e</key>
1381113811
<map>
1381213812
<key>tooltip</key>
13813-
<string>The exponent.</string>
13813+
<string>Exponent.</string>
1381413814
<key>type</key>
1381513815
<string>number</string>
1381613816
</map>

generated/secondlife.docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
"learn_more_link": "https://luau.org/library/#math-library"
376376
},
377377
"@sl-slua/global/math.pi": {
378-
"documentation": "Value: 3.141592653589793<br>The value of pi",
378+
"documentation": "Value: 3.141592653589793<br>Value of pi",
379379
"learn_more_link": "https://create.roblox.com/docs/reference/engine/libraries/math#pi"
380380
},
381381
"@sl-slua/global/math.huge": {
@@ -8070,7 +8070,7 @@
80708070
"documentation": "Value: vector(0.0, 0.0, 0.0)<br>A vector constant representing <0.0, 0.0, 0.0>. This is the default value for vector variables."
80718071
},
80728072
"@sl-slua/global/_G": {
8073-
"documentation": "Value: {}<br>The table of Lua builtin globals."
8073+
"documentation": "Value: {}<br>Table of Lua builtin globals."
80748074
},
80758075
"@sl-slua/global/_VERSION": {
80768076
"documentation": "Value: \"Luau\""

generated/secondlife_selene.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4895,7 +4895,7 @@ globals:
48954895
value for vector variables.
48964896
_G:
48974897
property: read-only
4898-
description: The table of Lua builtin globals.
4898+
description: Table of Lua builtin globals.
48994899
_VERSION:
49004900
property: read-only
49014901
type: string
@@ -5508,7 +5508,7 @@ globals:
55085508
math.pi:
55095509
property: read-only
55105510
type: number
5511-
description: The value of pi
5511+
description: Value of pi
55125512
math.huge:
55135513
property: read-only
55145514
type: number

0 commit comments

Comments
 (0)