Skip to content

Changing a reference to SIP-13 in the string interpolation doc to SIP-11 #504

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

Merged
merged 1 commit into from
Mar 22, 2016
Merged

Changing a reference to SIP-13 in the string interpolation doc to SIP-11 #504

merged 1 commit into from
Mar 22, 2016

Conversation

demobox
Copy link
Contributor

@demobox demobox commented Mar 17, 2016

/cc @jsuereth

@@ -20,7 +20,7 @@ Este nuevo mecanismo permite a los usuarios incluir referencias a variables de m
val name = "James"
println(s"Hello, $name") // Hello, James

En el ejemplo anterior, el literal `s"Hello, $name"` es una cadena "procesada". Esto significa que el compilador debe realizar un trabajo adicional durante el tratamiento de dicha cadena. Una cadena "procesada" se denota mediante un conjunto de caracteres que preceden al símbolo `"`. La interpolación de cadenas ha sido introducida por (http://docs.scala-lang.org/sips/pending/string-interpolation.html), el cual contiene todos los detalles de implementación.
En el ejemplo anterior, el literal `s"Hello, $name"` es una cadena "procesada". Esto significa que el compilador debe realizar un trabajo adicional durante el tratamiento de dicha cadena. Una cadena "procesada" se denota mediante un conjunto de caracteres que preceden al símbolo `"`. La interpolación de cadenas ha sido introducida por [SIP-11](http://docs.scala-lang.org/sips/pending/string-interpolation.html), el cual contiene todos los detalles de implementación.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why the SIP-.. link text was dropped here - perhaps because of the incorrect reference? In any case, adding it back for consistency with the original, and other translations.

SethTisue added a commit that referenced this pull request Mar 22, 2016
Changing a reference to SIP-13 in the string interpolation doc to SIP-11
@SethTisue SethTisue merged commit 6542b9f into scala:master Mar 22, 2016
@SethTisue
Copy link
Member

cool, thanks!

@demobox
Copy link
Contributor Author

demobox commented Mar 22, 2016

cool, thanks!

Thanks for taking a look, @SethTisue!

bishabosha pushed a commit to bishabosha/docs.scala-lang that referenced this pull request Mar 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants