Skip to content

Commit 3872242

Browse files
authored
Update es/book/entorno.md
From review
1 parent e6647bf commit 3872242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es/book/entorno.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ A common shorthand, inspired by Bash and others, is also available. You can writ
2929
Una atajo común, inspirada en Bash y otros, también está disponible. Puedes escribir el ejemplo anterior como:
3030

3131
```
32-
# => MI_VARIABLE=VALOR echo $nu.env.MI_VARIABLE
32+
MI_VARIABLE=VALOR echo $nu.env.MI_VARIABLE
3333
# => VALOR
3434
```

0 commit comments

Comments
 (0)