File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ foreign import getRefs :: forall props state access eff.
309309
310310--  | Ref type.  You can store `Ref` types on `Refs` object (which in
311311--  | corresponds to `this.refs`).  Use `ReactDOM.refToNode` if you want to
312- --  store a `DOM.Node.Types.Node`
312+ --  |  store a `DOM.Node.Types.Node`
313313foreign  import  data  Ref  :: Type 
314314
315315foreign  import  readRefImpl  ::  forall  props  state  access  eff .
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ ref :: String -> Props
305305ref = unsafeMkProps " ref" 
306306
307307--  | You can use `writeRef` to store a reference on `Refs`.
308- --  | ``` purescrript 
308+ --  | ```purescript 
309309--  | div [ withRef (writeRef this "inputElement") ] [...]
310310--  | ```
311311withRef
@@ -676,4 +676,4 @@ d :: String -> Props
676676d = unsafeMkProps " d" 
677677
678678viewBox  ::  String  ->  Props 
679- viewBox = unsafeMkProps " viewBox" 
679+ viewBox = unsafeMkProps " viewBox" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments