toml-lang / toml

Tom's Obvious, Minimal Language
https://toml.io
MIT License
19.45k stars 847 forks source link

Change wording for literal string in example #961

Closed eksortso closed 1 year ago

eksortso commented 1 year ago

This corrects an instance of the wrong terminology being used to describe the nature of multi-line literal strings. The original author wrote "raw strings" in the example, but TOML doesn't have "raw" strings, but rather, "literal" strings.

eksortso commented 1 year ago

Thanks @ChristianSi and @pradyunsg