asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

Fix ShellSessionTreeProcessor typos #130

Closed petk closed 1 year ago

petk commented 1 year ago

Hello, this fixes few typos in the ShellSessionTreeProcessor extension.

The a:: b part was pasted during previous commit in these files but I'm not sure if they are supposed to be there.

Thanks.

mojavelinux commented 1 year ago

a:: b is there to ensure that the extension does not fail when there is a dlist in that spot, as it was previously.

mojavelinux commented 1 year ago

We could update the text used to make it more self explanatory.

petk commented 1 year ago

Ah, got it. Sorry. Then I've added only the CamelCase typo in there.

mojavelinux commented 1 year ago

Thanks!