Skip to content

Commit 1e46bce

Browse files
committed
✏️ Fix typos
1 parent c289b27 commit 1e46bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/master/src/ruby
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/ruby
33
{
44
"name": "Ruby",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile

.yard_gfm_support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize(source, options = {})
1515
# See:
1616
# - https://github.com/lsegal/yard/issues/1157
1717
# - https://github.com/lsegal/yard/issues/1017
18-
# - https://github.com/lsegal/yard/blob/master/lib/yard/templates/helpers/markup_helper.rb
18+
# - https://github.com/lsegal/yard/blob/main/lib/yard/templates/helpers/markup_helper.rb
1919
YARD::Templates::Helpers::MarkupHelper::MARKUP_PROVIDERS[:markdown].insert(
2020
0,
2121
{const: "KramdownGfmDocument"},

0 commit comments

Comments
 (0)