aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Brody Critchlow <[email protected]>2023-03-15 22:46:54 -0600
committerGravatar GitHub <[email protected]>2023-03-15 22:46:54 -0600
commita650c089ffb843f0e1a9caf032822d7490b9b5d5 (patch)
tree71a416e8e372e4626af29d2daff5c7dc907eacfa
parentUpdate wording (diff)
Comply to #2419
Co-authored-by: Mohammad Ibrahim <[email protected]>
-rw-r--r--bot/resources/tags/in-place.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/bot/resources/tags/in-place.md b/bot/resources/tags/in-place.md
index bd36300f5..61f70256b 100644
--- a/bot/resources/tags/in-place.md
+++ b/bot/resources/tags/in-place.md
@@ -1,4 +1,7 @@
-**Out of Place** and **In Place**
+---
+embed:
+ title: "Out of place and in place"
+---
In programming, there are two types of operations: "out of place" operations create a new object, leaving the original object unchanged. "in place" operations modify the original object, without creating a new one. These operations return None explicitly.