Jelajahi Sumber

Fix another occurrence typo

David Peter 2 tahun lalu
induk
melakukan
b3388c6979
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      examples/what_if_158.nbt

+ 2 - 2
examples/what_if_158.nbt

@@ -12,14 +12,14 @@ let molar_mass: MolarMass = 40 g / mol
 
 # 40-K has a natural occcurence of
 
-let occurence_40K = 0.0117%
+let occurrence_40K = 0.0117%
 
 # We can now compute the radioactivity of natural potassium
 
 let decay_rate: Activity = ln(2) / halflife
 
 let radioactivity: Activity / Mass =
-    N_A × occurence_40K × decay_rate / molar_mass -> Bq / g
+    N_A × occurrence_40K × decay_rate / molar_mass -> Bq / g
 
 print("Radioactivity of potassium: {radioactivity}")