-
Notifications
You must be signed in to change notification settings - Fork 14k
Fix malformed arrays #4808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix malformed arrays #4808
Changes from all commits
02b4891
52e2dd2
031e4d7
f465b0f
91703f5
4a5bfa9
9320bbb
baf918b
f6be86a
ebcc263
f3d4a53
2590d97
1de5213
c07f9bb
999228a
83e0396
98e7773
5a32248
0ded3ff
11419d5
bef1974
5d5d7d9
0197589
4464eca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| aliases: fuzz-testing, api-fuzzing, | ||
| aliases: fuzz-testing, api-fuzzing | ||
|
||
| topic: fuzzing | ||
| display_name: Fuzzing/Fuzz testing | ||
| short_description: Fuzzing is a testing technique that evaluates the program's reaction to providing invalid, unexpected, or random data as inputs. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| aliases: mcnp5, mcnp6, | ||
| aliases: mcnp5, mcnp6 | ||
|
||
| display_name: MCNP | ||
| short_description: MCNP is the Monte Carlo N-Particle radiation transport code. | ||
| created_by: Los Alamos National Laboratory | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| display_name: point-and-click | ||
| topic: point-and-click | ||
| aliases: point-n-click | ||
| related: scumm, | ||
| related: scumm | ||
|
||
| short_description: A genre of video game. | ||
| --- | ||
| Games where player typically controls their character through a point-and-click interface using a computer mouse. | ||
| Games where player typically controls their character through a point-and-click interface using a computer mouse. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ aliases: stata-command, stata-packages, stata-package | |
| display_name: Stata | ||
| created_by: StataCorp | ||
| logo: stata.png | ||
| related: mata, stata-schemes, data-visualization, data-analysis, data-science, | ||
| related: mata, stata-schemes, data-visualization, data-analysis, data-science | ||
|
||
| short_description: Stata is a general-purpose statistical software package for data manipulation, visualization, statistics, and automated reporting. | ||
| topic: stata | ||
| url: https://stata.com | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ aliases: user-experience, ux-design, user-experience-design | |
| display_name: User experience (UX) | ||
| short_description: User experience is about the anticipation of the needs of the user and solutions that fit them. | ||
| topic: ux | ||
| related: usability, information-architecture, ui, design-patterns, developer-experience, customer-experience, employee-experience, universal-design, accessibility, accessibility-experience, | ||
| related: usability, information-architecture, ui, design-patterns, developer-experience, customer-experience, employee-experience, universal-design, accessibility, accessibility-experience | ||
|
||
| wikipedia_url: https://en.wikipedia.org/wiki/User_experience | ||
| created_by: Frederick Winslow Taylor, Henry Ford, Donald Norman | ||
| --- | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the undesired trailing comma from the 'aliases' list corrects the YAML syntax and ensures proper parsing.