Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

{% dtdd name:"someName" type:"SomeType" %} Not rendering properly? #60

Closed
gsonnenf opened this issue Jul 12, 2016 · 1 comment
Closed

Comments

@gsonnenf
Copy link

It seems like the main site is mashing this:
{% dtdd name:"connected" type:"Boolean" %}

Into this:
-> connectedBoolean

I would imagine it should be rendering something like this instead:
-> connected [Boolean]

It confused me for a while as i had just assumed someoned had named the variables after their type.

The example is from http://docs.meteor.com/api/connections.html , but it is all over.

@lorensr
Copy link
Contributor

lorensr commented Jul 13, 2016

Thanks for reporting, this should fix it: #59

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants