Collin MacDonald
f1a3351fbc
[odin/en] remove odin language tag from code block ( #5366 )
2025-08-09 14:30:48 +02:00
Collin MacDonald
a21fbe4c6b
[python/en] Fix @wraps decorator example ( #5353 )
...
The `__code__` example doesn't work as described but the `__doc__` does so I added a docstring and replaced the use of `__code__` with `__doc__`.
2025-08-08 13:05:04 -06:00
Ahmed Elawad
c10e273c6b
[elixir] unless got deprecated v1.18 ( #5312 )
...
* [elixir/en] unless is deprecated since v1.18
* removed unless from the rest of the languages
2025-08-08 13:01:13 -06:00
Michael
1e8e066f51
[swift/en] update Swift intro with current links and future-proof language ( #5342 )
...
* docs: update Swift intro with current links and future-proof language
- Remove outdated Swift Programming Language book link (Swift 5.7)
- Update documentation URL to current docs.swift.org location
- Replace specific OS list with "all Apple operating systems"
- Add mention of cross-platform support
* Update swift.md
---------
Co-authored-by: Boris Verkhovskiy <boris.verk@gmail.com >
2025-08-08 12:58:57 -06:00
Collin MacDonald
4256e332a8
[odin/en] Add Odin.md ( #5346 )
...
* Create odin.md
* Add link to Odin book
* Improve build-int data structure section
* Fix os.open() example and remove SIMD
2025-08-08 12:54:32 -06:00
Park Juhyung(Borre)
f08367f137
[lua/ko] apply minor corrections to Korean Lua documentation ( #5355 )
...
* [lua/ko] Remove duplicate English lines from Korean docs
* Fix typo in Korean metatable description
---------
Co-authored-by: juhyung <me@juhyung.dev >
2025-08-08 12:49:13 -06:00
Gustavo Adolfo Mejía Sánchez
c828bf558e
Update python.md ( #5315 )
...
The multiline string is used as documentation and the original post refers it as documentation and not only comments
2025-08-08 12:46:23 -06:00
nullzeta
2b324b5688
[c/en] Fix spell error, make spacing in comment consistent ( #5357 )
2025-08-08 12:41:12 -06:00
Éric NICOLAS
e54606c9c7
Fix awkward wording in English Lua documentation ( #5365 )
...
In addition, the cited list of metamethods isn't exhaustive.
A detailed list of operations controlled by metatables is available at:
https://www.lua.org/manual/5.4/manual.html#2.4
Signed-off-by: Boris Verkhovskiy <boris.verk@gmail.com >
2025-08-08 11:34:36 -06:00
Ily83
696320fd2a
[c,Eng] ( #5362 )
...
* Update c.md
fix goto https://github.com/adambard/learnxinyminutes-docs/issues/5293
* Update c.md
Removed the variable bool
this is for https://github.com/adambard/learnxinyminutes-docs/issues/5293
2025-08-07 21:41:08 +02:00
Michail Angelos Tsiantakis
69172fdb9a
Update dart.md ( #5344 )
...
Fixed a couple of dart compatibility issues to the code works for Dart 3.7.2.
Fixed some types like missing semicolons.
2025-07-01 12:40:36 +02:00
Boris Verkhovskiy
c1a1d53220
Fix lint errors
2025-06-30 08:38:17 -06:00
Luis Morales
eb667a1a04
feat(es): Add Spanish translation for CSV ( #5339 )
2025-06-24 12:34:36 +02:00
nicklutz15
44ddd98549
Correct what 'ZZ' does ( #5340 )
2025-06-23 20:55:35 +02:00
Patrick Collins
344c903fe9
feat: refactored for 0.8.19 of solidity ( #5332 )
2025-06-19 10:13:42 -07:00
Antonio Ognio
a87d93d204
Gleam was just missing speficying the language in the block of code ( #5337 )
2025-06-16 16:16:32 +02:00
Boris Verkhovskiy
880b904405
Remove unnecessary frontmatter items
2025-06-12 20:44:36 -07:00
Boris Verkhovskiy
e45e123b5e
Revert "Remove unnecessary frontmatter items"
...
This reverts commit 3468be76bc
.
2025-06-12 20:43:07 -07:00
Boris Verkhovskiy
3468be76bc
Remove unnecessary frontmatter items
2025-06-12 18:27:30 -07:00
B. Burt
377af91af2
Update error output in ruby.md ( #5321 )
2025-06-03 09:56:30 +02:00
Maja Abramski-Kronenberg
a3f67e2dc2
[uxntal/he] Add a Hebrew translation of the Uxntal page ( #5300 )
2025-06-02 14:21:21 +02:00
Atlas Cove
6cf70be6d0
Update pug.md ( #5320 )
...
Fixed Typo
2025-06-01 23:37:41 +02:00
Gustavo Adolfo Mejía Sánchez
155fc5db37
[python/en] Match/Case Statement ( #5314 )
...
* Update python.md
Include Match/Case Statement
* Update python.md
include OR Pattern and Conditionals
2025-05-24 11:47:51 +02:00
xkh-829
7a104b4025
Update c++.md ( #5311 )
...
Added a semicolon to the namespace code
2025-05-21 15:06:24 +02:00
ven
cbb8362760
Update smalltalk.md
...
fixes #5309 Fixes #4622
2025-05-20 16:38:23 +02:00
Deniss Samcuks
964a539453
[bash/en] Added -z and -n string conditional operators ( #5307 )
...
* Added -z and -n string conditional operators
* Fix typo
2025-05-09 15:14:32 +02:00
Steven Hedges
f999f09807
Update rust link on Gleam page ( #5304 )
2025-05-08 01:06:56 +02:00
ven
09e3e05e78
Manually apply #5189
...
credits to @piyuple. fixes #5189
2025-05-08 01:05:03 +02:00
Christopher Trom
d6e81d782c
[smalltalk/en] Improve wording and fix typo ( #5303 )
2025-05-07 00:13:43 +02:00
Evan Hahn
038f4cb0c9
[csv/en] Fix incorrect front matter name ( #5298 )
2025-04-23 22:02:34 -06:00
Aaron
7f0f27d84d
[java/de] Corrects the O-Notation of hashmaps ( #5294 )
2025-04-17 15:33:56 +02:00
Aaron
92c0809c65
[git/tr] Fixes a confusion between regex and glob ( #5166 )
2025-04-13 23:06:35 +02:00
Emanuele Romanzi
32dcaa94c3
[c/it] adding Italian translation of C file ( #5276 )
2025-04-07 10:39:51 -07:00
Georgehu
ed91f18061
[c] Fix operator precedence: it should be unary minus instead equal ( #5287 )
2025-03-28 14:36:12 +01:00
Boris Verkhovskiy
49be924382
Rename file
2025-03-27 00:00:44 -06:00
ven
3beb78fff2
Pygments has no janet support
2025-03-26 11:07:32 +01:00
ven
2014fbc3d9
#5201
2025-03-26 10:59:57 +01:00
ven
8b1b7b0068
Merge pull request #5201 from turbotimon/master
...
[csv/en] New language CSV
2025-03-26 10:59:31 +01:00
ven
60c83bb91e
Merge pull request #5284 from dnh33/master
...
[javascript/da] add danish javascript guide
2025-03-26 10:11:28 +01:00
ven
1646c86efe
Merge pull request #5285 from Georgehu716/fix-typo
...
[c/en] Fix typo
2025-03-26 10:10:40 +01:00
georgehu716
fd0edcf257
[c/en] Fix typo
2025-03-26 11:22:50 +08:00
dnh33
8bd85ff773
Update spelling mistakes
2025-03-26 02:24:11 +01:00
dnh33
24896f9156
Update Danish JavaScript guide with improved comments and variable names for clarity
2025-03-26 02:20:50 +01:00
dnh33
bfbe5f2f72
Add Danish JavaScript guide
2025-03-25 15:50:32 +01:00
ven
5f344b47fa
Merge pull request #5275 from gavr123456789/master
...
[niva/en]
2025-03-18 13:42:12 +01:00
gavr
ec44661bab
~~codeblock~~ lambda
2025-03-17 17:22:35 +02:00
gavr123456789
dadefd1bdd
MD047 File should end with a single newline character
2025-03-17 15:38:07 +02:00
gavr123456789
bd0a4b6a51
mut keyword explanation
2025-03-17 14:55:58 +02:00
gavr123456789
f1771a1435
review
2025-03-17 14:53:59 +02:00
gavr123456789
d95333b179
add install instructions
2025-03-17 04:14:34 +02:00