Skip to content
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

code snippet mismatch #29

Closed
AmagiDDmxh opened this issue Mar 26, 2017 · 2 comments
Closed

code snippet mismatch #29

AmagiDDmxh opened this issue Mar 26, 2017 · 2 comments

Comments

@AmagiDDmxh
Copy link

The code is at the end of chapter 2.3.4.

It has a miswrite the '+' identifier in the sku: brand + ':' [] make

const getCarProductModel = ({ brand, make, model }) => ({
  sku: brand + ':' make + ':' + model,
  brand,
  make,
  model
})
getCarProductModel(car)
@bevacqua
Copy link
Member

Hi. I'm not entirely certain what you mean. Could you ellaborate? Are we talking about the PDF version or the asciidoc source?

@bevacqua
Copy link
Member

If this is about a rendering issue, this will be fixed in or before copy editing, if not please comment and I'll reopen the issue. Thanks! 🎉

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

No branches or pull requests

2 participants