Skip to content

Commit

Permalink
[Typo] fix 2 typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luhuadong committed Nov 24, 2022
1 parent 01eb9a1 commit 19b1785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ SiPMProperties myProperties;

// Edit some parameters
myProperties.setDcr(250e3); // Using proper setter
myProperties.setPropery("Xt",0.03); // Using parameter name
std::cout<<myPropertie<<"\n"; // All classes can be printed using std::cout
myProperties.setProperty("Xt",0.03); // Using parameter name
std::cout<<myProperties<<"\n"; // All classes can be printed using std::cout

// ===> SiPM Properties <===
// Address: 0x7f2cf11ea018
Expand Down

0 comments on commit 19b1785

Please sign in to comment.