We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6660eaf commit c4dc6d4Copy full SHA for c4dc6d4
1 file changed
app/Console/Commands/ProLangAssets.php
@@ -1102,7 +1102,7 @@ function member
1102
if (array_key_exists('rawCodeLink', $value)) {
1103
$value['codeTitle'] = str_contains($value['rawCodeLink'], 'RosettaCodeData')
1104
? 'Fibonacci'
1105
- : (str_contains($value['rawCodeLink'], 'hello-world') ? 'Hello worlds' : null);
+ : (str_contains($value['rawCodeLink'], 'hello-world') ? 'Hello worlds' : 'Sample code');
1106
}
1107
1108
if (count($value) > 0) {
0 commit comments