Marcel Stör 7 years ago
parent
commit
90839f8956
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/modules/hmc5883l.md

+ 1 - 1
docs/en/modules/hmc5883l.md

@@ -18,7 +18,7 @@ temperature multiplied with 10 (integer)
 
 #### Example
 ```lua
-hmc5883.init(1, 2)
+hmc58831.init(1, 2)
 local x,y,z = hmc5883l.read()
 print(string.format("x = %d, y = %d, z = %d", x, y, z))
 ```