Skip to content

Commit 7df1e38

Browse files
Fixing snippet file name not matching snippet name (And adding a check for that in the parser)
1 parent 34a7088 commit 7df1e38

File tree

16 files changed

+22
-7
lines changed

16 files changed

+22
-7
lines changed

cspell-dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
quicksnip
2+
slugifyed
File renamed without changes.

snippets/csharp/list-utilities/swap-items-at-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Swap two items at determined indexes
2+
title: Swap items at index
33
description: Swaps two items at determined indexes
44
author: omegaleo
55
tags: list,swapping

snippets/csharp/string-utilities/truncate-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Truncate a String
2+
title: Truncate String
33
description: Cut off a string once it reaches a determined amount of characters and add '...' to the end of the string
44
author: omegaleo
55
tags: string,truncate
File renamed without changes.
File renamed without changes.

snippets/haskell/string-manipulation/camelcase-to-snakecase.md renamed to snippets/haskell/string-manipulation/camelcase-to-snake-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Transform Camel Case to Snake Case
2+
title: CamelCase to snake_case
33
description: Converts a Camel Case string to Snake case.
44
author: ACR1209
55
tags: string,convert,camel-case,snake-case,utility

snippets/haskell/string-manipulation/snakecase-to-camelcase.md renamed to snippets/haskell/string-manipulation/snake-case-to-camelcase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Transform from Snake Case to Camel Case
2+
title: Snake_Case to CamelCase
33
description: Converts a Snake Case string to Camel Case.
44
author: ACR1209
55
tags: string,convert,snake-case,camel-case,utilty

0 commit comments

Comments
 (0)